Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h531 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function
H A DOpenMPClause.h9043 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function