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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1148   StringRef getLastMacroWithSpelling(SourceLocation Loc,

References

tools/clang/lib/AST/CommentSema.cpp
  699       StringRef MacroName = PP->getLastMacroWithSpelling(FD->getLocation(),
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1236     MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens);
 1238     MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens);
 1240     MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens);
tools/clang/lib/Sema/SemaCast.cpp
 1955   StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens);
tools/clang/lib/Sema/SemaDecl.cpp
 2727         S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit});
 2729     SuitableSpelling = S.PP.getLastMacroWithSpelling(
 2736     SuitableSpelling = S.PP.getLastMacroWithSpelling(
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2247         StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens);