Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h110 const Expr *getConditionExpr() const { in getConditionExpr() function
114 Expr *getConditionExpr() { in getConditionExpr() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h329 const Expr *getConditionExpr() const { return ConditionExpr; } in getConditionExpr() function
330 Expr *getConditionExpr() { return ConditionExpr; } in getConditionExpr() function