git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167641 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Argyrios Kyrtzidis 2012-11-09 23:02:10 +00:00
Родитель e9d417d9fc
Коммит 6af1405ad2
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -52,9 +52,6 @@ class SourceLocation(object):
# an object with such a type name from inside that function.
FramePathMapCache = {}
def findSourceManager(frame):
return findObject("clang::SourceManager", SourceManager_Paths, frame)
def findObjectExpressionPath(typename, frame):
func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()
key = (func_addr, typename)