Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3645 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
3646 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
H A DStmtOpenMP.h534 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const { in getCapturedStmt() function
H A DOpenMPClause.h8946 getCapturedStmt(OpenMPDirectiveKind RegionKind, in getCapturedStmt() function