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

References

tools/clang/lib/AST/ASTImporter.cpp
 6588       E->getCond(), E->getQuestionLoc(), E->getLHS(), E->getColonLoc(),
 6607       E->getFalseExpr(), E->getQuestionLoc(), E->getColonLoc(), E->getType());
tools/clang/lib/Analysis/PathDiagnostic.cpp
  597   return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK);
tools/clang/lib/Sema/SemaExpr.cpp
16512     return S.ActOnConditionalOp(CO->getQuestionLoc(), CO->getColonLoc(),
tools/clang/lib/Sema/TreeTransform.h
 9856                                                  e->getColonLoc(),
 9884                                                  E->getColonLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  795   Record.AddSourceLocation(E->getColonLoc());
  808   Record.AddSourceLocation(E->getColonLoc());
tools/clang/tools/extra/clang-tidy/misc/RedundantExpressionCheck.cpp
  317   return Node.getQuestionLoc().isMacroID() || Node.getColonLoc().isMacroID();
 1006     diag(CondOp->getColonLoc(),