Home
last modified time | relevance | path

Searched refs:getLocalMacroDirectiveHistory (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1255 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()
1279 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp64 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1507 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp9269 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(&II); in getMacroInfo()
9326 MacroDirective *InnerMD = PP.getLocalMacroDirectiveHistory(&II); in checkForMacroInMacroDefinition()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2356 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()