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

  /external/clang/include/clang/Sema/
ScopeInfo.h 37 class CompoundScopeInfo {
39 CompoundScopeInfo()
101 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
Sema.h 170 class CompoundScopeInfo;
868 sema::CompoundScopeInfo &getCurCompoundScope() const;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 867 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo());
    [all...]
SemaStmt.cpp 240 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const {
    [all...]

Completed in 133 milliseconds