Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3572 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
3573 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
H A DStmtOpenMP.h528 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const { in getCapturedStmt() function
H A DOpenMPClause.h8537 getCapturedStmt(OpenMPDirectiveKind RegionKind, in getCapturedStmt() function