Home
last modified time | relevance | path

Searched refs:hasConditionExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h367 bool hasConditionExpr() const { return ConditionExpr; } in hasConditionExpr() function
433 return (isConditionExprClause() && !hasConditionExpr()) || in isEmptySelfClause()
437 bool hasConditionExpr() const { in hasConditionExpr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2555 assert(Clause.hasConditionExpr() && in VisitIfClause()
2599 if (Clause.hasConditionExpr()) in VisitSelfClause()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp503 assert(clause.hasConditionExpr()); in VisitSelfClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8676 writeBool(SC->hasConditionExpr()); in writeOpenACCClause()
8677 if (SC->hasConditionExpr()) in writeOpenACCClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11828 if (C.hasConditionExpr()) { in VisitSelfClause()