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

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
  /external/clang/lib/Sema/
SemaOpenMP.cpp 193 Scope *getCurScope() const { return Stack.back().CurScope; }
194 Scope *getCurScope() { return Stack.back().CurScope; }
337 Scope *CurScope = getCurScope();
552 SemaRef.getCurScope());
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 246 Scope *getCurScope() const { return Actions.getCurScope(); }
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 110 milliseconds