Home
last modified time | relevance | path

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

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