Searched defs:CapturedStmt (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | Stmt.cpp | 1322 CapturedStmt::CapturedStmt(Stmt *S, CapturedRegionKind Kind, CapturedStmt() function in CapturedStmt |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 4004 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); EmitSections() local |