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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  441   void Ident(SourceLocation Loc, StringRef str) override {
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  400 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) {
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  171 void ExpandModularHeadersPPCallbacks::Ident(SourceLocation Loc, StringRef) {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  169 void PPCallbacksTracker::Ident(SourceLocation Loc, llvm::StringRef Str) {

References

tools/clang/include/clang/Lex/PPCallbacks.h
  442     First->Ident(Loc, str);
  443     Second->Ident(Loc, str);
tools/clang/lib/Lex/PPDirectives.cpp
 1430       Callbacks->Ident(Tok.getLocation(), Str);