Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp75 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor
3328 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation()); in HandleUndefDirective()
H A DPragma.cpp665 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2502 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2409 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()