Searched refs:RSObjectRefCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h45 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> { class in namespace:slang
105 explicit RSObjectRefCount(clang::ASTContext &C) function in class:slang::RSObjectRefCount
H A Dslang_rs_object_ref_count.cpp35 clang::FunctionDecl *RSObjectRefCount::
38 clang::FunctionDecl *RSObjectRefCount::
42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) {
377 clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::GetRSClearObjectFD(T);
787 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T);
1114 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment(
1119 clang::ASTContext &C = RSObjectRefCount::GetRSSetObjectFD(
1140 void RSObjectRefCount::Scope::AppendRSObjectInit(
1151 clang::ASTContext &C = RSObjectRefCount::GetRSSetObjectFD(
1153 clang::SourceLocation Loc = RSObjectRefCount
[all...]
H A Dslang_rs_backend.h58 RSObjectRefCount mRefCount;

Completed in 401 milliseconds