Searched refs:appendMacroDirective (Results 1 – 4 of 4) sorted by relevance
871 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);875 appendMacroDirective(II, MD); in appendDefMacroDirective()
1298 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()1325 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()2368 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