Searched refs:ETLoc (Results 1 – 3 of 3) sorted by relevance
5045 ElaboratedTypeLoc ETLoc = ClsTL.castAs<ElaboratedTypeLoc>(); in VisitMemberPointerTypeLoc() local5046 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()5047 ETLoc.setQualifierLoc(NNSLoc.getPrefix()); in VisitMemberPointerTypeLoc()5048 TypeLoc NamedTL = ETLoc.getNamedTypeLoc(); in VisitMemberPointerTypeLoc()
6069 ElaboratedTypeLoc ETLoc = ClsTL.castAs<ElaboratedTypeLoc>(); in VisitMemberPointerTypeLoc() local6070 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()6071 ETLoc.setQualifierLoc(NNSLoc.getPrefix()); in VisitMemberPointerTypeLoc()6072 TypeLoc NamedTL = ETLoc.getNamedTypeLoc(); in VisitMemberPointerTypeLoc()
5288 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) { in convertTypeTemplateArgumentToTemplate() local5289 if (ETLoc.getTypePtr()->getKeyword() != ETK_None) in convertTypeTemplateArgumentToTemplate()5292 QualLoc = ETLoc.getQualifierLoc(); in convertTypeTemplateArgumentToTemplate()5293 TLoc = ETLoc.getNamedTypeLoc(); in convertTypeTemplateArgumentToTemplate()