Home | History | Annotate | Download | only in Sema

Lines Matching refs:ThisTy

2335   QualType ThisTy = CanTy;
2337 ThisTy.addConst();
2339 ThisTy.addVolatile();
2341 (new (Context) OpaqueValueExpr(SourceLocation(), ThisTy,
2375 AddMethodCandidate(M, DeclAccessPair::make(M, AS_public), RD, ThisTy,
2396 RD, 0, ThisTy, Classification,