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

Declarations

tools/clang/include/clang/AST/Expr.h
 1945   static StringRef getIdentKindName(IdentKind IK);

References

tools/clang/lib/AST/JSONNodeDumper.cpp
 1146   JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind()));
tools/clang/lib/AST/StmtPrinter.cpp
 1034   OS << PredefinedExpr::getIdentKindName(Node->getIdentKind());
tools/clang/lib/AST/TextNodeDumper.cpp
  758   OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind());
tools/clang/lib/CodeGen/CGExpr.cpp
 2762       PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName};
tools/clang/tools/extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
   93       << PredefinedExpr::getIdentKindName(E->getIdentKind());