Home
last modified time | relevance | path

Searched refs:hasExtInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h659 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } in hasExtInfo() function
672 return hasExtInfo() in getTypeSourceInfo()
677 if (hasExtInfo()) in setTypeSourceInfo()
700 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
708 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
715 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
2800 bool hasExtInfo() const { return TypedefNameDeclOrQualifier.is<ExtInfo *>(); } in hasExtInfo() function
2962 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
2971 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
2979 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
[all …]
/external/clang/lib/Serialization/
DASTWriterDecl.cpp404 if (D->hasExtInfo()) { in VisitTagDecl()
439 !D->hasExtInfo() && in VisitEnumDecl()
468 !D->hasExtInfo() && in VisitRecordDecl()
502 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
503 if (D->hasExtInfo()) in VisitDeclaratorDecl()
729 !D->hasExtInfo() && in VisitObjCIvarDecl()
863 !D->hasExtInfo() && in VisitFieldDecl()
941 !D->hasExtInfo() && in VisitVarDecl()
982 !D->hasExtInfo() && in VisitParmVarDecl()
1215 !D->hasExtInfo() && in VisitCXXMethodDecl()
/external/clang/lib/AST/
DDecl.cpp1652 if (!hasExtInfo()) { in setQualifierInfo()
1664 if (hasExtInfo()) { in setQualifierInfo()
1683 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
3592 if (!hasExtInfo()) in setQualifierInfo()
3598 if (hasExtInfo()) { in setQualifierInfo()
3613 if (!hasExtInfo()) in setTemplateParameterListsInfo()