Searched refs:getLocalMacroDirectiveHistory (Results 1 – 5 of 5) sorted by relevance
851 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()875 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
1154 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
37 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
7843 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(&II); in getMacroInfo()7900 MacroDirective *InnerMD = PP.getLocalMacroDirectiveHistory(&II); in checkForMacroInMacroDefinition()
2170 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()