Home
last modified time | relevance | path

Searched refs:hasExprs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp863 if (C.hasExprs()) { in VisitWaitClause()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp601 if (!clause.hasExprs()) { in VisitWaitClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h574 bool hasExprs() const { return getLParenLoc().isValid(); } in hasExprs() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12268 if (C.hasExprs()) { in VisitWaitClause()