Home
last modified time | relevance | path

Searched refs:appendMacroDirective (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1135 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
1139 appendMacroDirective(II, MD); in appendDefMacroDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1484 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1511 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
2952 appendMacroDirective(II, Undef); in HandleUndefDirective()
H A DPPMacroExpansion.cpp71 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
H A DPragma.cpp645 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()