Home
last modified time | relevance | path

Searched refs:isConditionTrue (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h3354 bool isConditionTrue(const ASTContext &C) const;
3359 return isConditionTrue(C) ? getLHS() : getRHS(); in getChosenSubExpr()
/external/clang/lib/AST/
DExpr.cpp3390 bool ChooseExpr::isConditionTrue(const ASTContext &C) const { in isConditionTrue() function in ChooseExpr