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

  /external/clang/lib/Lex/
MacroInfo.cpp 138 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) {
PPDirectives.cpp 86 UndefMacroDirective *
88 UndefMacroDirective *MD = BP.Allocate<UndefMacroDirective>();
89 new (MD) UndefMacroDirective(UndefLoc);
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 493 class UndefMacroDirective : public MacroDirective {
495 explicit UndefMacroDirective(SourceLocation UndefLoc)
503 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 61 milliseconds