Home
last modified time | relevance | path

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

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