HomeSort by: relevance | last modified time | path
    Searched refs:tryCaptureVariable (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 158 /// via tryCaptureVariable for variables and CheckCXXThisCapture for
204 !S.tryCaptureVariable(VarToCapture,
1190 // Note that the 'reaching scope' check happens in tryCaptureVariable().
1228 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc);
SemaExpr.cpp 17142 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit,
17652 bool Sema::tryCaptureVariable(
17891 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
17895 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc,
17903 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(),
17913 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(),
SemaExprCXX.cpp 7960 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
7966 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
SemaExprObjC.cpp 1425 tryCaptureVariable(method->getSelfDecl(), Loc);
TreeTransform.h 12874 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind);
12895 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind,
12971 getSema().tryCaptureVariable(CapturedVar, C->getLocation());
SemaOpenMP.cpp 5373 bool Invalid = Actions.tryCaptureVariable(StartVar, {},
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5022 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind,
5029 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,

Completed in 63 milliseconds