Searched refs:ParentTypeLoc (Results 1 – 1 of 1) sorted by relevance
373 TypeLoc ParentTypeLoc; in VisitTypeLoc() local385 ParentTypeLoc = *TL; in VisitTypeLoc()402 if (!ParentTypeLoc.isNull() && in VisitTypeLoc()403 isInUSRSet(getSupportedDeclFromTypeLoc(ParentTypeLoc))) in VisitTypeLoc()425 if (!ParentTypeLoc.isNull()) { in VisitTypeLoc()426 if (llvm::isa<ElaboratedType>(ParentTypeLoc.getType())) in VisitTypeLoc()427 TargetLoc = ParentTypeLoc; in VisitTypeLoc()437 if (!ParentTypeLoc.isNull() && in VisitTypeLoc()438 llvm::isa<ElaboratedType>(ParentTypeLoc.getType())) in VisitTypeLoc()439 TargetLoc = ParentTypeLoc; in VisitTypeLoc()