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

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 202 ScopeTy *getCurScope() { return CurScope; }
203 const ScopeTy *getCurScope() const { return CurScope; }
  /external/clang/include/clang/Parse/
Parser.h 205 Scope *getCurScope() const { return Actions.getCurScope(); }
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 39 milliseconds