Home
last modified time | relevance | path

Searched defs:CapturedStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp1322 CapturedStmt::CapturedStmt(Stmt *S, CapturedRegionKind Kind, in CapturedStmt() function in CapturedStmt
1346 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt() function in CapturedStmt
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp4022 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections() local
4178 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitOMPSectionsDirective() local
4603 void VisitCapturedStmt(const CapturedStmt *) {} in VisitCapturedStmt()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h3783 friend class CapturedStmt; variable