Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1136 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
1140 appendMacroDirective(II, MD); in appendDefMacroDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1550 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1577 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
3023 appendMacroDirective(II, Undef); in HandleUndefDirective()
H A DPPMacroExpansion.cpp71 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
H A DPragma.cpp696 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()