HomeSort by relevance Sort by last modified time
    Searched refs:ThisTy (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaExprMember.cpp 751 QualType ThisTy = getCurrentThisType();
752 if (ThisTy.isNull()) {
761 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
763 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
    [all...]
SemaExprCXX.cpp 657 QualType ThisTy = CXXThisTypeOverride;
660 ThisTy = method->getThisType(Context);
663 return ThisTy;
733 QualType ThisTy = getCurrentThisType();
738 = FieldDecl::Create(Context, Lambda, Loc, Loc, 0, ThisTy,
739 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
744 ThisExpr = new (Context) CXXThisExpr(Loc, ThisTy, /*isImplicit=*/true);
747 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr);
756 QualType ThisTy = getCurrentThisType();
757 if (ThisTy.isNull()) return Diag(Loc, diag::err_invalid_this_use)
    [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 244 milliseconds