Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h774 bool hasExtInfo() const { return isa<ExtInfo *>(DeclInfo); } in hasExtInfo() function
789 return hasExtInfo() ? getExtInfo()->TInfo in getTypeSourceInfo()
794 if (hasExtInfo()) in setTypeSourceInfo()
817 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
825 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
836 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause : Null; in getTrailingRequiresClause()
842 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
3699 bool hasExtInfo() const { return isa<ExtInfo *>(TypedefNameDeclOrQualifier); } in hasExtInfo() function
3904 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
3913 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp655 D->hasExtInfo() ? 1 : (D->getTypedefNameForAnonDecl() ? 2 : 0), in VisitTagDecl()
661 if (D->hasExtInfo()) { in VisitTagDecl()
699 !D->isInvalidDecl() && !D->isImplicit() && !D->hasExtInfo() && in VisitEnumDecl()
741 !D->isImplicit() && !D->isInvalidDecl() && !D->hasExtInfo() && in VisitRecordDecl()
771 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
772 if (D->hasExtInfo()) { in VisitDeclaratorDecl()
1093 !D->hasExtInfo() && in VisitObjCIvarDecl()
1229 !D->hasExtInfo() && in VisitFieldDecl()
1355 !D->hasExtInfo() && D->getFirstDecl() == D->getMostRecentDecl() && in VisitVarDecl()
1402 !D->hasExtInfo() && D->getStorageClass() == 0 && !D->isInvalidDecl() && in VisitParmVarDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2002 if (!hasExtInfo()) { in setQualifierInfo()
2012 } else if (hasExtInfo()) { in setQualifierInfo()
2021 if (!hasExtInfo()) { in setTrailingRequiresClause()
2037 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
4889 if (!hasExtInfo()) in setQualifierInfo()
4895 if (hasExtInfo()) { in setQualifierInfo()
4927 if (!hasExtInfo()) in setTemplateParameterListsInfo()