Searched refs:RSObjectRefCount (Results 1 – 3 of 3) sorted by relevance
45 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> {105 explicit RSObjectRefCount(clang::ASTContext &C) in RSObjectRefCount() function
35 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 …]
58 RSObjectRefCount mRefCount;