Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp1696 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1723 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
3203 appendMacroDirective(II, Undef); in HandleUndefDirective()
H A DPPMacroExpansion.cpp71 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
H A DPragma.cpp654 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1409 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
1413 appendMacroDirective(II, MD); in appendDefMacroDirective()