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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
 1210   JOS.attribute("castKind", CE->getCastKindName());
tools/clang/lib/AST/TextNodeDumper.cpp
  703     OS << Node->getCastKindName();
  867      << " <" << Node->getCastKindName();
  885      << Node->getCastKindName() << ">";
tools/clang/lib/Analysis/CFG.cpp
 5457          << CE->getCastKindName()
tools/clang/lib/Analysis/ProgramPoint.cpp
  193       Out << "\"cast_kind\": \"" << CS->getCastKindName() << "\", ";
tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
   65       llvm::errs() << "PreStmt<CastExpr> (Kind : " << CE->getCastKindName()
   71       llvm::errs() << "PostStmt<CastExpr> (Kind : " << CE->getCastKindName()