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.cpp73 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor
3345 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation()); in HandleUndefDirective()
H A DPragma.cpp661 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2577 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2576 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()