HomeSort by: relevance | last modified time | path
    Searched defs:getCapturedStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 528 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const {
533 return Data->getCapturedStmt(RegionKind, CaptureRegions);
Stmt.h 3572 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; }
3573 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; }
3664 return getCapturedStmt()->getBeginLoc();
3668 return getCapturedStmt()->getEndLoc();
3672 return getCapturedStmt()->getSourceRange();

Completed in 37 milliseconds