Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h741 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } in hasExtInfo() function
756 return hasExtInfo() in getTypeSourceInfo()
762 if (hasExtInfo()) in setTypeSourceInfo()
785 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
793 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
803 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
808 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
815 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
3526 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
3543 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp421 if (D->hasExtInfo()) { in VisitTagDecl()
458 !D->hasExtInfo() && in VisitEnumDecl()
495 !D->hasExtInfo() && in VisitRecordDecl()
529 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
530 if (D->hasExtInfo()) { in VisitDeclaratorDecl()
806 !D->hasExtInfo() && in VisitObjCIvarDecl()
943 !D->hasExtInfo() && in VisitFieldDecl()
1067 !D->hasExtInfo() && in VisitVarDecl()
1106 !D->hasExtInfo() && in VisitParmVarDecl()
1402 !D->hasExtInfo() && in VisitCXXMethodDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1869 if (!hasExtInfo()) { in setQualifierInfo()
1879 } else if (hasExtInfo()) { in setQualifierInfo()
1888 if (!hasExtInfo()) { in setTrailingRequiresClause()
1904 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
4327 if (!hasExtInfo()) in setQualifierInfo()
4333 if (hasExtInfo()) { in setQualifierInfo()
4348 if (!hasExtInfo()) in setTemplateParameterListsInfo()