Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h455 class UndefMacroDirective : public MacroDirective {
457 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function
466 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
H A DPreprocessor.h2502 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp206 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
H A DPPDirectives.cpp74 UndefMacroDirective *
76 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
3310 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()