Home
last modified time | relevance | path

Searched refs:isConditionDependent (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp2315 if (!P->isConditionDependent()) { in IgnoreParens()
2722 if (cast<ChooseExpr>(this)->isConditionDependent()) { in isConstantInitializer()
3185 if (CE->isConditionDependent()) in isNullPointerConstant()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp165 assert(!ce->isConditionDependent()); in rebuild()
/external/clang/include/clang/AST/
DExpr.h3576 assert(!isConditionDependent() && in isConditionTrue()
3582 bool isConditionDependent() const { in isConditionDependent() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp833 Record.push_back(E->isConditionDependent() ? false : E->isConditionTrue()); in VisitChooseExpr()