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

  /external/clang/include/clang/AST/
Decl.h 599 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
612 return hasExtInfo()
617 if (hasExtInfo())
640 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
648 return hasExtInfo() ? getExtInfo()->QualifierLoc
655 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 378 if (D->hasExtInfo()) {
413 !D->hasExtInfo() &&
442 !D->hasExtInfo() &&
476 Record.push_back(D->hasExtInfo());
477 if (D->hasExtInfo())
705 !D->hasExtInfo() &&
840 !D->hasExtInfo() &&
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 59 milliseconds