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

  /external/clang/include/clang/Sema/
ScopeInfo.h 101 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
  /external/clang/lib/Sema/
Sema.cpp 867 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo());
872 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
874 CurFunction->CompoundScopes.pop_back();
    [all...]
SemaStmt.cpp 241 return getCurFunction()->CompoundScopes.back();
    [all...]

Completed in 37 milliseconds