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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h86 assert(hasAssociatedStmt() && "no associated statement.");
193 bool hasAssociatedStmt() const { return NumChildren > 0; } function in class:clang::OMPExecutableDirective
197 assert(hasAssociatedStmt() && "no associated statement.");
209 if (!hasAssociatedStmt())

Completed in 405 milliseconds