Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3580 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1318 E->setIsConditionTrue(Record.readInt()); in VisitChooseExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp882 E->setIsConditionTrue(Record[Idx++]); in VisitChooseExpr()
/external/llvm-project/clang/include/clang/AST/
DExpr.h4472 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue() function