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

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 154 ScopeTy *CurScope;
162 ScopedHashTable() : CurScope(0) {}
163 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {}
165 assert(CurScope == 0 && TopLevelMap.empty() && "Scope imbalance!");
188 insertIntoScope(CurScope, Key, Val);
202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
223 PrevScope = HT.CurScope;
224 HT.CurScope = this;
230 assert(HT.CurScope == this && "Scope imbalance!")
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 695 Scope *CurScope;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 163 milliseconds