reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 6196   auto Imp = importSeq(E->getCond(), E->getLHS(), E->getRHS(),
 6196   auto Imp = importSeq(E->getCond(), E->getLHS(), E->getRHS(),
 6196   auto Imp = importSeq(E->getCond(), E->getLHS(), E->getRHS(),
 6197                        E->getBuiltinLoc(), E->getRParenLoc(), E->getType());
 6197                        E->getBuiltinLoc(), E->getRParenLoc(), E->getType());
 6197                        E->getBuiltinLoc(), E->getRParenLoc(), E->getType());
 6208   ExprValueKind VK = E->getValueKind();
 6209   ExprObjectKind OK = E->getObjectKind();
 6216   bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue();
 6216   bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue();