Home
last modified time | relevance | path

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

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