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

  /external/clang/include/clang/Lex/
MacroInfo.h 313 class DefMacroDirective;
349 // Used by DefMacroDirective -----------------------------------------------//
392 DefMacroDirective *DefDirective;
399 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc,
403 const DefMacroDirective *getDirective() const { return DefDirective; }
404 DefMacroDirective *getDirective() { return DefDirective; }
457 class DefMacroDirective : public MacroDirective {
461 explicit DefMacroDirective(MacroInfo *MI)
466 DefMacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported)
489 static bool classof(const DefMacroDirective *) { return true;
    [all...]
Preprocessor.h 606 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI,
609 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc, isImported);
613 DefMacroDirective *appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI){
    [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 134 if (DefMacroDirective *DefMD = dyn_cast<DefMacroDirective>(MD))
PPDirectives.cpp 78 DefMacroDirective *
81 DefMacroDirective *MD = BP.Allocate<DefMacroDirective>();
82 new (MD) DefMacroDirective(MI, Loc, isImported);
    [all...]
PPMacroExpansion.cpp 53 bool isImportedMacro = isa<DefMacroDirective>(MD) &&
54 cast<DefMacroDirective>(MD)->isImported();
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 66 class DefMacroDirective;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 512 milliseconds