Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroInfo.h453 class UndefMacroDirective : public MacroDirective {
455 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function
464 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
H A DPreprocessor.h2286 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/llvm-project-15.0.7/clang/lib/Lex/
H A DMacroInfo.cpp206 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
H A DPPDirectives.cpp70 UndefMacroDirective *
72 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
3192 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()