Home
last modified time | relevance | path

Searched refs:getAssociatedStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h333 Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
/external/clang/lib/AST/
DStmtPrinter.cpp636 if (Node->getAssociatedStmt()) { in VisitOMPParallelDirective()
637 assert(isa<CapturedStmt>(Node->getAssociatedStmt()) && in VisitOMPParallelDirective()
639 Stmt *CS = cast<CapturedStmt>(Node->getAssociatedStmt())->getCapturedStmt(); in VisitOMPParallelDirective()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1716 Writer.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
/external/clang/lib/Sema/
DTreeTransform.h6269 if (!D->getAssociatedStmt()) in TransformOMPParallelDirective()
6272 getDerived().TransformStmt(D->getAssociatedStmt()); in TransformOMPParallelDirective()