Searched refs:superTInfo (Results 1 – 4 of 4) sorted by relevance
358 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local359 return superTInfo->getTypeLoc().getBeginLoc(); in getSuperClassLoc()
2728 TypeSourceInfo *superTInfo in SynthMessageExpr() local2730 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()2823 TypeSourceInfo *superTInfo in SynthMessageExpr() local2825 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
3297 TypeSourceInfo *superTInfo in SynthMessageExpr() local3299 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()3392 TypeSourceInfo *superTInfo in SynthMessageExpr() local3394 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
1566 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) {1567 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));