Searched refs:appendMacroDirective (Results 1 – 4 of 4) sorted by relevance
866 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);870 appendMacroDirective(II, MD); in appendDefMacroDirective()
1297 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()1324 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()2320 appendMacroDirective(MacroNameTok.getIdentifierInfo(), in HandleUndefDirective()
597 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor