aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_object_ref_count.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-04-07 13:59:57 -0700
committerStephen Hines <srhines@google.com>2015-04-07 13:59:57 -0700
commit0b7545898dcfe2979f2c13afd12d276fc736412d (patch)
tree8a4b2db8d38f43da2a712fb1293638463954e13a /slang_rs_object_ref_count.cpp
parent91eae4ae72f5f8ed251c270082abb0d18a2922c5 (diff)
downloadandroid_frameworks_compile_slang-0b7545898dcfe2979f2c13afd12d276fc736412d.tar.gz
android_frameworks_compile_slang-0b7545898dcfe2979f2c13afd12d276fc736412d.tar.bz2
android_frameworks_compile_slang-0b7545898dcfe2979f2c13afd12d276fc736412d.zip
Update slang for LLVM rebase to r233350.
Change-Id: I1883757eb9987e45892ae6efde80f825fc9b5367
Diffstat (limited to 'slang_rs_object_ref_count.cpp')
-rw-r--r--slang_rs_object_ref_count.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/slang_rs_object_ref_count.cpp b/slang_rs_object_ref_count.cpp
index 47db22f..05722a2 100644
--- a/slang_rs_object_ref_count.cpp
+++ b/slang_rs_object_ref_count.cpp
@@ -695,6 +695,7 @@ static clang::Stmt *ClearStructRSObject(
clang::MemberExpr::Create(C,
RefRSStruct,
false,
+ clang::SourceLocation(),
clang::NestedNameSpecifierLoc(),
clang::SourceLocation(),
FD,
@@ -728,6 +729,7 @@ static clang::Stmt *ClearStructRSObject(
clang::MemberExpr::Create(C,
RefRSStruct,
false,
+ clang::SourceLocation(),
clang::NestedNameSpecifierLoc(),
clang::SourceLocation(),
FD,
@@ -1021,6 +1023,7 @@ static clang::Stmt *CreateStructRSSetObject(clang::ASTContext &C,
clang::MemberExpr::Create(C,
LHS,
false,
+ clang::SourceLocation(),
clang::NestedNameSpecifierLoc(),
clang::SourceLocation(),
FD,
@@ -1035,6 +1038,7 @@ static clang::Stmt *CreateStructRSSetObject(clang::ASTContext &C,
clang::MemberExpr::Create(C,
RHS,
false,
+ clang::SourceLocation(),
clang::NestedNameSpecifierLoc(),
clang::SourceLocation(),
FD,