Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h851 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()
875 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
/external/clang/lib/Frontend/
DCompilerInstance.cpp1154 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp37 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
/external/clang/tools/libclang/
DCIndex.cpp7843 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(&II); in getMacroInfo()
7900 MacroDirective *InnerMD = PP.getLocalMacroDirectiveHistory(&II); in checkForMacroInMacroDefinition()
/external/clang/lib/Serialization/
DASTWriter.cpp2170 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()