Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1428 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
1432 appendMacroDirective(II, MD); in appendDefMacroDirective()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1792 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1819 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
3337 appendMacroDirective(II, Undef); in HandleUndefDirective()
H A DPPMacroExpansion.cpp71 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
H A DPragma.cpp665 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()