Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h715 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } in hasExtInfo() function
730 return hasExtInfo() in getTypeSourceInfo()
736 if (hasExtInfo()) in setTypeSourceInfo()
759 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
767 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
777 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
782 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
789 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
3315 bool hasExtInfo() const { return TypedefNameDeclOrQualifier.is<ExtInfo *>(); } in hasExtInfo() function
3500 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp419 if (D->hasExtInfo()) { in VisitTagDecl()
456 !D->hasExtInfo() && in VisitEnumDecl()
493 !D->hasExtInfo() && in VisitRecordDecl()
527 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
528 if (D->hasExtInfo()) { in VisitDeclaratorDecl()
804 !D->hasExtInfo() && in VisitObjCIvarDecl()
941 !D->hasExtInfo() && in VisitFieldDecl()
1065 !D->hasExtInfo() && in VisitVarDecl()
1104 !D->hasExtInfo() && in VisitParmVarDecl()
1384 !D->hasExtInfo() && in VisitCXXMethodDecl()
/netbsd-src/external/apache2/llvm/dist/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()
4334 if (!hasExtInfo()) in setQualifierInfo()
4340 if (hasExtInfo()) { in setQualifierInfo()
4355 if (!hasExtInfo()) in setTemplateParameterListsInfo()