HomeSort by relevance Sort by last modified time
    Searched defs:CurScope (Results 1 - 4 of 4) 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/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 657 FixupList &CurScope = TableInfo.FixupStack.back();
659 resolveTableFixups(Table, CurScope, Table.size());
660 CurScope.clear();
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 682 Scope *CurScope;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 93 milliseconds