Searched refs:getLocalMacroDirectiveHistory (Results 1 – 5 of 5) sorted by relevance
1255 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()1279 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
64 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
1507 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
9269 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(&II); in getMacroInfo()9326 MacroDirective *InnerMD = PP.getLocalMacroDirectiveHistory(&II); in checkForMacroInMacroDefinition()
2356 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()