Home
last modified time | relevance | path

Searched refs:hasAssociatedStmt (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h87 assert(hasAssociatedStmt() && "no associated statement."); in setAssociatedStmt()
186 bool hasAssociatedStmt() const { return NumChildren > 0; } in hasAssociatedStmt() function
190 assert(hasAssociatedStmt() && "no associated statement."); in getAssociatedStmt()
202 if (!hasAssociatedStmt()) in children()
/external/clang/lib/AST/
DStmtPrinter.cpp816 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1906 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
DASTReaderStmt.cpp2052 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
/external/clang/lib/Sema/
DTreeTransform.h6669 if (D->hasAssociatedStmt()) { in TransformOMPExecutableDirective()