Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
3595 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
3612 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
[all …]
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp422 if (D->hasExtInfo()) { in VisitTagDecl()
459 !D->hasExtInfo() && in VisitEnumDecl()
496 !D->hasExtInfo() && in VisitRecordDecl()
530 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
531 if (D->hasExtInfo()) { in VisitDeclaratorDecl()
810 !D->hasExtInfo() && in VisitObjCIvarDecl()
947 !D->hasExtInfo() && in VisitFieldDecl()
1077 !D->hasExtInfo() && in VisitVarDecl()
1116 !D->hasExtInfo() && in VisitParmVarDecl()
1412 !D->hasExtInfo() && in VisitCXXMethodDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1910 if (!hasExtInfo()) { in setQualifierInfo()
1920 } else if (hasExtInfo()) { in setQualifierInfo()
1929 if (!hasExtInfo()) { in setTrailingRequiresClause()
1945 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
4454 if (!hasExtInfo()) in setQualifierInfo()
4460 if (hasExtInfo()) { in setQualifierInfo()
4475 if (!hasExtInfo()) in setTemplateParameterListsInfo()