Home
last modified time | relevance | path

Searched defs:ConditionExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h57 Expr *ConditionExpr; global() member
259 setConditionDetails(Expr * ConditionExpr) setConditionDetails() argument
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp82 assert((ConditionExpr->isInstantiationDependent() || in Create() argument
62 Create(const ASTContext & C,SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * ConditionExpr,SourceLocation EndLoc) Create() argument
69 OpenACCIfClause(SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * ConditionExpr,SourceLocation EndLoc) OpenACCIfClause() argument
91 OpenACCSelfClause(SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * ConditionExpr,SourceLocation EndLoc) OpenACCSelfClause() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseConstraintsCheck.cpp296 static std::optional<std::string> getConditionText(const Expr *ConditionExpr, in getConditionText()
H A DLoopConvertUtils.cpp434 const Expr *ConditionExpr) { in arrayMatchesBoundExpr() argument
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h316 Expr *ConditionExpr = nullptr; global() variable
320 OpenACCClauseWithCondition(OpenACCClauseKind K,SourceLocation BeginLoc,SourceLocation LParenLoc,Expr * ConditionExpr,SourceLocation EndLoc) OpenACCClauseWithCondition() argument
[all...]