Searched defs:FunctionScopeIndexToStopAt (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DSemaInternal.h67 // - if FunctionScopeIndexToStopAt is null, capture it in the CurContext
69 // *FunctionScopeIndexToStopAt on the FunctionScopeInfo stack.
72 const unsigned *const FunctionScopeIndexToStopAt) {
86 FunctionScopeIndexToStopAt);
70 MarkVarDeclODRUsed(VarDecl *Var, SourceLocation Loc, Sema &SemaRef, const unsigned *const FunctionScopeIndexToStopAt) argument
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp900 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) {
905 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ?
906 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1;
899 CheckCXXThisCapture(SourceLocation Loc, bool Explicit, bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) argument
H A DSemaExpr.cpp13006 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) {
13014 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt
13015 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1;
13017 // FunctionScopeIndexToStopAt
13018 if (FunctionScopeIndexToStopAt) {
13003 tryCaptureVariable( VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument

Completed in 433 milliseconds