Searched refs:ETLoc (Results 1 – 2 of 2) sorted by relevance
4960 if (auto ETLoc = TLoc.getAs<ElaboratedTypeLoc>()) { in convertTypeTemplateArgumentToTemplate() local4961 if (ETLoc.getTypePtr()->getKeyword() != ElaboratedTypeKeyword::None) in convertTypeTemplateArgumentToTemplate()4964 QualLoc = ETLoc.getQualifierLoc(); in convertTypeTemplateArgumentToTemplate()4965 TLoc = ETLoc.getNamedTypeLoc(); in convertTypeTemplateArgumentToTemplate()
6101 ElaboratedTypeLoc ETLoc = ClsTL.castAs<ElaboratedTypeLoc>(); in VisitMemberPointerTypeLoc() local6102 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()6103 ETLoc.setQualifierLoc(NNSLoc.getPrefix()); in VisitMemberPointerTypeLoc()6104 TypeLoc NamedTL = ETLoc.getNamedTypeLoc(); in VisitMemberPointerTypeLoc()