Lines Matching defs:getExtInfo
755 ExtInfo *getExtInfo() { return cast<ExtInfo *>(DeclInfo); }
756 const ExtInfo *getExtInfo() const { return cast<ExtInfo *>(DeclInfo); }
769 return hasExtInfo() ? getExtInfo()->TInfo
775 getExtInfo()->TInfo = TI;
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;
832 return getExtInfo()->TemplParamLists[index];
3610 ExtInfo *getExtInfo() { return cast<ExtInfo *>(TypedefNameDeclOrQualifier); }
3611 const ExtInfo *getExtInfo() const {
3823 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
3831 return hasExtInfo() ? getExtInfo()->QualifierLoc
3838 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
3843 return getExtInfo()->TemplParamLists[i];