Searched refs:getLocalMacroDirectiveHistory (Results 1 – 5 of 5) sorted by relevance
1108 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()1132 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
63 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
1351 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
9010 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(&II); in getMacroInfo()9067 MacroDirective *InnerMD = PP.getLocalMacroDirectiveHistory(&II); in checkForMacroInMacroDefinition()
2213 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()