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 743 QualType ThisTy = getCurrentThisType();
744 if (ThisTy.isNull()) {
753 = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/ true);
755 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
    [all...]
SemaExprCXX.cpp 648 QualType ThisTy = CXXThisTypeOverride;
651 ThisTy = method->getThisType(Context);
654 return ThisTy;
724 QualType ThisTy = getCurrentThisType();
729 = FieldDecl::Create(Context, Lambda, Loc, Loc, 0, ThisTy,
730 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
735 ThisExpr = new (Context) CXXThisExpr(Loc, ThisTy, /*isImplicit=*/true);
738 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr);
747 QualType ThisTy = getCurrentThisType();
748 if (ThisTy.isNull()) return Diag(Loc, diag::err_invalid_this_use)
    [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 48 milliseconds