Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Serialization/ !
H A DASTReaderStmt.cpp1355 E->setIsConditionTrue(Record.readInt()); in VisitChooseExpr()
/src/contrib/llvm-project/clang/include/clang/AST/ !
H A DExpr.h4610 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue() function