Rename clang_type -> compiler_type for variables.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13102

llvm-svn: 248461
diff --git a/lldb/source/Core/ValueObjectConstResultCast.cpp b/lldb/source/Core/ValueObjectConstResultCast.cpp
index 0c61cd1..8f0c0f1 100644
--- a/lldb/source/Core/ValueObjectConstResultCast.cpp
+++ b/lldb/source/Core/ValueObjectConstResultCast.cpp
@@ -69,7 +69,7 @@
 }
 
 lldb::ValueObjectSP
-ValueObjectConstResultCast::Cast (const CompilerType &clang_ast_type)
+ValueObjectConstResultCast::Cast (const CompilerType &compiler_type)
 {
-    return m_impl.Cast(clang_ast_type);
+    return m_impl.Cast(compiler_type);
 }