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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h686 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } function in class:clang::DeclaratorDecl
701 return hasExtInfo()
707 if (hasExtInfo())
730 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
738 return hasExtInfo() ? getExtInfo()->QualifierLoc
748 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
753 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
760 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
3265 bool hasExtInfo() const { return TypedefNameDeclOrQualifier.is<ExtInfo *>(); }
3450 return hasExtInfo()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp419 if (D->hasExtInfo()) {
456 !D->hasExtInfo() &&
493 !D->hasExtInfo() &&
527 Record.push_back(D->hasExtInfo());
528 if (D->hasExtInfo()) {
804 !D->hasExtInfo() &&
941 !D->hasExtInfo() &&
1069 !D->hasExtInfo() &&
1108 !D->hasExtInfo() &&
1388 !D->hasExtInfo()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1819 if (!hasExtInfo()) {
1829 } else if (hasExtInfo()) {
1838 if (!hasExtInfo()) {
1854 if (!hasExtInfo()) {
4200 if (!hasExtInfo())
4206 if (hasExtInfo()) {
4221 if (!hasExtInfo())

Completed in 163 milliseconds