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 597 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
610 return hasExtInfo()
615 if (hasExtInfo())
638 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
646 return hasExtInfo() ? getExtInfo()->QualifierLoc
653 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 314 if (D->hasExtInfo()) {
351 !D->hasExtInfo() &&
380 !D->hasExtInfo() &&
415 Record.push_back(D->hasExtInfo());
416 if (D->hasExtInfo())
630 !D->hasExtInfo() &&
762 !D->hasExtInfo() &&
835 !D->hasExtInfo() &&
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 69 milliseconds