Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h785 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } in hasExtInfo() function
800 return hasExtInfo() in getTypeSourceInfo()
806 if (hasExtInfo()) in setTypeSourceInfo()
829 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
837 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
847 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
852 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
859 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
3770 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
3787 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp463 D->hasExtInfo() ? 1 : (D->getTypedefNameForAnonDecl() ? 2 : 0), in VisitTagDecl()
469 if (D->hasExtInfo()) { in VisitTagDecl()
511 !D->isInvalidDecl() && !D->isImplicit() && !D->hasExtInfo() && in VisitEnumDecl()
552 !D->isImplicit() && !D->isInvalidDecl() && !D->hasExtInfo() && in VisitRecordDecl()
582 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
583 if (D->hasExtInfo()) { in VisitDeclaratorDecl()
882 !D->hasExtInfo() && in VisitObjCIvarDecl()
1017 !D->hasExtInfo() && in VisitFieldDecl()
1154 !D->hasExtInfo() && D->getFirstDecl() == D->getMostRecentDecl() && in VisitVarDecl()
1200 !D->hasExtInfo() && D->getStorageClass() == 0 && !D->isInvalidDecl() && in VisitParmVarDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2000 if (!hasExtInfo()) { in setQualifierInfo()
2010 } else if (hasExtInfo()) { in setQualifierInfo()
2019 if (!hasExtInfo()) { in setTrailingRequiresClause()
2035 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
4730 if (!hasExtInfo()) in setQualifierInfo()
4736 if (hasExtInfo()) { in setQualifierInfo()
4768 if (!hasExtInfo()) in setTemplateParameterListsInfo()