HomeSort by: relevance | last modified time | path
    Searched defs:CurScope (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ScopedHashTable.h 163 ScopeTy *CurScope = nullptr;
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!");
195 insertIntoScope(CurScope, Key, Val);
209 ScopeTy *getCurScope() { return CurScope; }
210 const ScopeTy *getCurScope() const { return CurScope; }
230 PrevScope = HT.CurScope;
231 HT.CurScope = this;
237 assert(HT.CurScope == this && "Scope imbalance!");
238 HT.CurScope = PrevScope;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 162 Scope *CurScope = nullptr;
197 Scope *CurScope, SourceLocation Loc)
198 : Directive(DKind), DirectiveName(Name), CurScope(CurScope),
370 Scope *CurScope, SourceLocation Loc) {
376 Stack.back().first.emplace_back(DKind, DirName, CurScope, Loc);
921 return Top ? Top->CurScope : nullptr;
1537 if (I->CurScope) {
1538 Scope *TopScope = I->CurScope->getParent();
1539 Scope *CurScope = getCurScope()
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 684 FixupList &CurScope = TableInfo.FixupStack.back();
686 resolveTableFixups(Table, CurScope, Table.size());
687 CurScope.clear();
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1153 Scope *CurScope;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 5692 auto CurScope = GetScope(*ItCurrent);
5697 GetScope(*ItNext) == CurScope);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4652 Stmt *SubStmt, Scope *CurScope);
4732 StmtResult ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope);
4733 StmtResult ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope);
4735 void ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
4738 void ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
4767 Scope *CurScope);
4818 Scope *CurScope);
4848 StmtResult ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope);
5563 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
5568 Scope *CurScope);
    [all...]

Completed in 45 milliseconds