Home
last modified time | relevance | path

Searched refs:CheckCXXThisCapture (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Sema/
DSemaExprMember.cpp845 CheckCXXThisCapture(loc); in BuildAnonymousStructUnionMemberReference()
1015 if (!CheckCXXThisCapture(Loc, /*Explcit*/false, /*Diagnose*/false)) in BuildMemberReferenceExpr()
1016 CheckCXXThisCapture(Loc); in BuildMemberReferenceExpr()
1147 CheckCXXThisCapture(Loc); in BuildMemberReferenceExpr()
1857 CheckCXXThisCapture(Loc); in BuildImplicitMemberExpr()
DSemaLambda.cpp214 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
910 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition()
960 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp1074 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1196 CheckCXXThisCapture(Loc); in ActOnCXXThis()
6667 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DTreeTransform.h2535 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()
9352 getSema().CheckCXXThisCapture(E->getLocStart()); in TransformCXXThisExpr()
10262 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
DSemaOverload.cpp13097 CheckCXXThisCapture(Loc); in FixOverloadedFunctionReference()
DSemaExpr.cpp1907 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseEmptyLookup()
/external/clang/include/clang/Sema/
DSema.h4725 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,