Lines Matching defs:hasExtInfo
754 bool hasExtInfo() const { return isa<ExtInfo *>(DeclInfo); }
769 return hasExtInfo() ? getExtInfo()->TInfo
774 if (hasExtInfo())
797 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
805 return hasExtInfo() ? getExtInfo()->QualifierLoc
815 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
820 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
827 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
3609 bool hasExtInfo() const { return isa<ExtInfo *>(TypedefNameDeclOrQualifier); }
3814 return hasExtInfo() ? nullptr
3823 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
3831 return hasExtInfo() ? getExtInfo()->QualifierLoc
3838 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;