Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h535 const Expr *getCondition() const { return Condition; } in getCondition() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h190 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } in getCondition() function
243 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } in getCondition() function