OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
230
Scope *
getCurScope
() const { return Actions.
getCurScope
(); }
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 91 milliseconds