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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  447   if (auto *U = dyn_cast<UnaryOperator>(S))
  449   if (auto *B = dyn_cast<BinaryOperator>(S))
  451   if (auto *M = dyn_cast<MemberExpr>(S))
  453   if (auto *I = dyn_cast<IntegerLiteral>(S)) {
  458   if (auto *F = dyn_cast<FloatingLiteral>(S)) {
  463   if (auto *D = dyn_cast<DeclRefExpr>(S))
  464     return getRelativeName(D->getDecl(), getEnclosingDeclContext(AST, S));
  465   if (auto *String = dyn_cast<StringLiteral>(S))
  467   if (auto *B = dyn_cast<CXXBoolLiteralExpr>(S))