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

  /external/clang/include/clang/Lex/
MacroInfo.h 298 class DefMacroDirective;
353 DefMacroDirective *DefDirective;
360 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc,
364 const DefMacroDirective *getDirective() const { return DefDirective; }
365 DefMacroDirective *getDirective() { return DefDirective; }
418 class DefMacroDirective : public MacroDirective {
422 DefMacroDirective(MacroInfo *MI, SourceLocation Loc)
426 explicit DefMacroDirective(MacroInfo *MI)
427 : DefMacroDirective(MI, MI->getDefinitionLoc()) {}
436 static bool classof(const DefMacroDirective *) { return true;
    [all...]
Preprocessor.h 825 return MacroDefinition(dyn_cast_or_null<DefMacroDirective>(MD),
    [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 181 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD))
216 case MD_Define: Out << "DefMacroDirective"; break;
229 if (auto *DMD = dyn_cast<DefMacroDirective>(this)) {
PPLexerChange.cpp 764 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD))
PPDirectives.cpp 70 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI,
72 return new (BP) DefMacroDirective(MI, Loc);
    [all...]
PPMacroExpansion.cpp 184 if (auto *DMD = dyn_cast_or_null<DefMacroDirective>(MD)) {
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 70 class DefMacroDirective;
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 290 milliseconds