Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h86 assert(hasAssociatedStmt() && "no associated statement."); in setAssociatedStmt()
193 bool hasAssociatedStmt() const { return NumChildren > 0; } in hasAssociatedStmt() function
197 assert(hasAssociatedStmt() && "no associated statement."); in getAssociatedStmt()
209 if (!hasAssociatedStmt()) in children()
/external/clang/lib/AST/
DStmtPrinter.cpp982 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2171 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
DASTReaderStmt.cpp2483 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp62 if (S.hasAssociatedStmt()) { in OMPLexicalScope()
DCGOpenMPRuntime.cpp5925 if (!E->hasAssociatedStmt()) in scanForTargetRegionsFunctions()
/external/clang/lib/Sema/
DTreeTransform.h7184 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()