Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPDirectives.cpp71 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor
3194 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation()); in HandleUndefDirective()
DPragma.cpp654 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h2459 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp2226 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()