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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp187 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) {
220 case MD_Undefine: Out << "UndefMacroDirective"; break;
H A DPPDirectives.cpp69 UndefMacroDirective *
71 return new (BP) UndefMacroDirective(UndefLoc);
2823 UndefMacroDirective *Undef = nullptr;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h429 class UndefMacroDirective : public MacroDirective { class in inherits:MacroDirective
431 explicit UndefMacroDirective(SourceLocation UndefLoc) function in class:UndefMacroDirective
440 static bool classof(const UndefMacroDirective *) { return true; }
H A DPreprocessor.h2027 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);

Completed in 96 milliseconds