Home
last modified time | relevance | path

Searched refs:hasAssociatedStmt (Results 1 – 18 of 18) 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/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h280 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function
287 assert(hasAssociatedStmt() && in getAssociatedStmt()
297 assert(hasAssociatedStmt() && in getCapturedStmt()
306 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()
359 assert(hasAssociatedStmt() && in getRawStmt()
DOpenMPClause.h7951 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function
8008 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp982 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp649 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
DStmtOpenMP.cpp66 return !hasAssociatedStmt(); in isStandaloneDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp80 assert(S.hasAssociatedStmt() && in OMPLexicalScope()
4867 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()
6654 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
DCGOpenMPRuntimeGPU.cpp368 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
DCGOpenMPRuntime.cpp10332 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2171 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
DASTReaderStmt.cpp2483 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6887 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()
6890 if (Data->hasAssociatedStmt()) in writeOMPChildren()
DASTReader.cpp13048 if (Data->hasAssociatedStmt()) in readOMPChildren()
/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()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8336 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
DSemaOpenMP.cpp3342 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()