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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1093   MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;

References

tools/clang/include/clang/Lex/Preprocessor.h
 1069     auto *MD = getLocalMacroDirectiveHistory(II);
tools/clang/lib/Frontend/CompilerInstance.cpp
 1342   auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id);
tools/clang/lib/Serialization/ASTWriter.cpp
 2554     MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name);
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1206   const MacroDirective *MD = PP.getLocalMacroDirectiveHistory(II);
tools/clang/tools/libclang/CIndex.cpp
 8810   MacroDirective *MD = PP.getLocalMacroDirectiveHistory(&II);
 8867   MacroDirective *InnerMD = PP.getLocalMacroDirectiveHistory(&II);