Searched refs:getLocalMacroDirectiveHistory (Results 1 – 4 of 4) sorted by relevance
1416 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()1440 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
61 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
1583 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
2640 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()