OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findLexicalScope
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
107
///
findLexicalScope
- Find lexical scope, either regular or inlined, for the
109
LexicalScope *LexicalScopes::
findLexicalScope
(const DILocation *DL) {
123
return
findLexicalScope
(Scope);
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
169
///
findLexicalScope
- Find lexical scope, either regular or inlined, for the
171
LexicalScope *
findLexicalScope
(const DILocation *DL);
190
///
findLexicalScope
- Find regular lexical scope or return null.
191
LexicalScope *
findLexicalScope
(const DILocalScope *N) {
Completed in 516 milliseconds