Searched refs:getLocalMacroDirectiveHistory (Results 1 – 4 of 4) sorted by relevance
839 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()863 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
1095 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
37 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
2051 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()