Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp1709 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPublicDirective()
1736 appendMacroDirective(II, AllocateVisibilityMacroDirective( in HandleMacroPrivateDirective()
3214 appendMacroDirective(II, Undef); in HandleUndefDirective()
H A DPPMacroExpansion.cpp72 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() function in Preprocessor
H A DPragma.cpp653 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1282 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
1286 appendMacroDirective(II, MD); in appendDefMacroDirective()