HomeSort by relevance Sort by last modified time
    Searched full:defmacrodirective (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 305 class DefMacroDirective;
347 // Used by DefMacroDirective -----------------------------------------------//
396 DefMacroDirective *DefDirective;
403 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc,
407 const DefMacroDirective *getDirective() const { return DefDirective; }
408 DefMacroDirective *getDirective() { return DefDirective; }
461 class DefMacroDirective : public MacroDirective {
465 explicit DefMacroDirective(MacroInfo *MI)
470 DefMacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported)
493 static bool classof(const DefMacroDirective *) { return true;
    [all...]
Preprocessor.h 558 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI,
561 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc, isImported);
565 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI){
    [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 136 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD))
PPDirectives.cpp 77 DefMacroDirective *
80 DefMacroDirective *MD = BP.Allocate<DefMacroDirective>();
81 new (MD) DefMacroDirective(MI, Loc, isImported);
    [all...]
PPMacroExpansion.cpp 52 bool isImportedMacro = isa<DefMacroDirective>(MD) &&
53 cast<DefMacroDirective>(MD)->isImported();
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 153 milliseconds