Searched refs:getLocalMacroDirectiveHistory (Results 1 – 4 of 4) sorted by relevance
1109 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()1133 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
63 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
1368 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
2213 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()