Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h430 class UndefMacroDirective : public MacroDirective {
432 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function
441 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
H A DPreprocessor.h1929 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp188 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
H A DPPDirectives.cpp69 UndefMacroDirective *
71 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
2683 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()