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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LexicalScopes.cpp 122 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) {
137 return findLexicalScope(Scope);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LexicalScopes.h 170 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
172 LexicalScope *findLexicalScope(const DILocation *DL);
191 /// findLexicalScope - Find regular lexical scope or return null.
192 LexicalScope *findLexicalScope(const DILocalScope *N) {

Completed in 17 milliseconds