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

  /external/clang/lib/Sema/
Sema.cpp 115 FunctionScopes.push_back(new FunctionScopeInfo(Diags));
181 for (unsigned I = 1, E = FunctionScopes.size(); I != E; ++I)
182 delete FunctionScopes[I];
183 if (FunctionScopes.size() == 1)
184 delete FunctionScopes[0];
    [all...]
SemaTemplateVariadic.cpp 208 for (unsigned N = FunctionScopes.size(); N; --N) {
210 dyn_cast<sema::LambdaScopeInfo>(FunctionScopes[N-1])) {
SemaExprCXX.cpp 693 for (unsigned idx = FunctionScopes.size() - 1; idx != 0; idx--) {
695 dyn_cast<CapturingScopeInfo>(FunctionScopes[idx])) {
720 for (unsigned idx = FunctionScopes.size() - 1;
722 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FunctionScopes[idx]);
    [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 269 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes;
    [all...]

Completed in 54 milliseconds