Home
last modified time | relevance | path

Searched defs:hasAssociatedStmt (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h193 bool hasAssociatedStmt() const { return NumChildren > 0; } in hasAssociatedStmt() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h280 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function
DOpenMPClause.h7951 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function