Home
last modified time | relevance | path

Searched refs:GetRSSetObjectFD (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h119 static clang::FunctionDecl *GetRSSetObjectFD( in GetRSSetObjectFD() function
125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD() function
126 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T)); in GetRSSetObjectFD()
Dslang_rs_object_ref_count.cpp787 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T); in CreateSingleRSSetObject()
1119 clang::ASTContext &C = RSObjectRefCount::GetRSSetObjectFD( in ReplaceRSObjectAssignment()
1151 clang::ASTContext &C = RSObjectRefCount::GetRSSetObjectFD( in AppendRSObjectInit()
1153 clang::SourceLocation Loc = RSObjectRefCount::GetRSSetObjectFD( in AppendRSObjectInit()
1155 clang::SourceLocation StartLoc = RSObjectRefCount::GetRSSetObjectFD( in AppendRSObjectInit()
1180 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(DT); in AppendRSObjectInit()