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 514 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
527 return hasExtInfo()
532 if (hasExtInfo())
555 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
563 return hasExtInfo() ? getExtInfo()->QualifierLoc
570 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 218 Record.push_back(D->hasExtInfo());
219 if (D->hasExtInfo())
247 !D->hasExtInfo() &&
273 !D->hasExtInfo() &&
305 Record.push_back(D->hasExtInfo());
306 if (D->hasExtInfo())
526 !D->hasExtInfo() &&
656 !D->hasExtInfo() &&
715 !D->hasExtInfo() &&
751 !D->hasExtInfo() &
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 158 milliseconds