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

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 155 ScopeTy *CurScope;
163 ScopedHashTable() : CurScope(nullptr) {}
164 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {}
166 assert(!CurScope && 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 656 FixupList &CurScope = TableInfo.FixupStack.back();
658 resolveTableFixups(Table, CurScope, Table.size());
659 CurScope.clear();
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 92 Scope *CurScope;
95 Scope *CurScope, SourceLocation Loc)
97 Directive(DKind), DirectiveName(std::move(Name)), CurScope(CurScope),
101 Directive(OMPD_unknown), DirectiveName(), CurScope(nullptr),
122 Scope *CurScope, SourceLocation Loc) {
123 Stack.push_back(SharingMapTy(DKind, DirName, CurScope, Loc));
193 Scope *getCurScope() const { return Stack.back().CurScope; }
194 Scope *getCurScope() { return Stack.back().CurScope; }
336 TopScope = I->CurScope ? I->CurScope->getParent() : nullptr
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 802 Scope *CurScope;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 164 milliseconds