Searched refs:appendMacroDirective (Results 1 – 4 of 4) sorted by relevance
878 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);882 appendMacroDirective(II, MD); in appendDefMacroDirective()
1440 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()1467 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()2572 appendMacroDirective(MacroNameTok.getIdentifierInfo(), in HandleUndefDirective()
601 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor