Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp71 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor
3205 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation()); in HandleUndefDirective()
H A DPragma.cpp653 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2286 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2230 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()