Searched refs:getLocalMacroDirectiveHistory (Results 1 – 5 of 5) sorted by relevance
974 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()998 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
1055 const MacroDirective *MD = PP.getLocalMacroDirectiveHistory(II); in getMacroInfoForLocation()
60 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
1329 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
2502 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()