HomeSort by relevance Sort by last modified time
    Searched refs:UndefMacroDirective (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 440 class UndefMacroDirective : public MacroDirective {
442 explicit UndefMacroDirective(SourceLocation UndefLoc)
450 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 185 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) {
217 case MD_Undefine: Out << "UndefMacroDirective"; break;
PPDirectives.cpp 75 UndefMacroDirective *
77 return new (BP) UndefMacroDirective(UndefLoc);
    [all...]

Completed in 383 milliseconds