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

  /external/clang/include/clang/Sema/
SemaLambda.h 31 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes,
Sema.h 382 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 127 FunctionScopes.push_back(new FunctionScopeInfo(Diags));
250 for (unsigned I = 1, E = FunctionScopes.size(); I != E; ++I)
251 delete FunctionScopes[I];
252 if (FunctionScopes.size() == 1)
253 delete FunctionScopes[0];
    [all...]
SemaLambda.cpp 52 /// \param FunctionScopes - Sema's stack of nested FunctionScopeInfo's (which a
64 ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes,
71 FunctionScopes[FunctionScopes.size() - 1]) &&
79 unsigned CurScopeIndex = FunctionScopes.size() - 1;
81 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex])->CallOperator;
85 cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex]);
127 assert(CurScopeIndex < (FunctionScopes.size() - 1));
158 /// \param FunctionScopes - Sema's stack of nested FunctionScopeInfo's (which a
171 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes,
    [all...]
SemaTemplateVariadic.cpp 208 for (auto *SI : FunctionScopes)
227 for (unsigned N = FunctionScopes.size(); N; --N) {
229 dyn_cast<sema::LambdaScopeInfo>(FunctionScopes[N-1])) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 88 milliseconds