Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h782 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } in hasExtInfo() function
797 return hasExtInfo() in getTypeSourceInfo()
803 if (hasExtInfo()) in setTypeSourceInfo()
826 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
834 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
844 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
849 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
856 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
3462 bool hasExtInfo() const { return TypedefNameDeclOrQualifier.is<ExtInfo *>(); } in hasExtInfo() function
3665 return hasExtInfo() ? nullptr in getTypedefNameForAnonDecl()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp425 if (D->hasExtInfo()) { in VisitTagDecl()
462 !D->hasExtInfo() && in VisitEnumDecl()
503 !D->hasExtInfo() && in VisitRecordDecl()
537 Record.push_back(D->hasExtInfo()); in VisitDeclaratorDecl()
538 if (D->hasExtInfo()) { in VisitDeclaratorDecl()
823 !D->hasExtInfo() && in VisitObjCIvarDecl()
961 !D->hasExtInfo() && in VisitFieldDecl()
1090 !D->hasExtInfo() && in VisitVarDecl()
1129 !D->hasExtInfo() && in VisitParmVarDecl()
1430 !D->hasExtInfo() && !D->hasInheritedPrototype() && in VisitCXXMethodDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp1939 if (!hasExtInfo()) { in setQualifierInfo()
1949 } else if (hasExtInfo()) { in setQualifierInfo()
1958 if (!hasExtInfo()) { in setTrailingRequiresClause()
1974 if (!hasExtInfo()) { in setTemplateParameterListsInfo()
4488 if (!hasExtInfo()) in setQualifierInfo()
4494 if (hasExtInfo()) { in setQualifierInfo()
4526 if (!hasExtInfo()) in setTemplateParameterListsInfo()