Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DMacroInfo.h429 class UndefMacroDirective : public MacroDirective {
431 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function
440 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
DPreprocessor.h2075 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DMacroInfo.cpp187 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
DPPDirectives.cpp69 UndefMacroDirective *
71 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
3004 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()