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