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

/external/clang/lib/Lex/
H A DMacroInfo.cpp185 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) {
217 case MD_Undefine: Out << "UndefMacroDirective"; break;
H A DPPDirectives.cpp75 UndefMacroDirective *
77 return new (BP) UndefMacroDirective(UndefLoc);
/external/clang/include/clang/Lex/
H A DMacroInfo.h440 class UndefMacroDirective : public MacroDirective { class in inherits:MacroDirective
442 explicit UndefMacroDirective(SourceLocation UndefLoc) function in class:UndefMacroDirective
450 static bool classof(const UndefMacroDirective *) { return true; }
H A DPreprocessor.h1727 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);

Completed in 144 milliseconds