Searched refs:appendMacroDirective (Results 1 – 4 of 4) sorted by relevance
1001 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);1005 appendMacroDirective(II, MD); in appendDefMacroDirective()
1383 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()1410 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()2702 appendMacroDirective(II, Undef); in HandleUndefDirective()
68 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
631 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()