Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h277 void SetDeclContext(clang::DeclContext* DC) { mCurrentDC = DC; } in SetDeclContext() function
H A Dslang_backend.cpp607 mRefCount.SetDeclContext(FD); in AnnotateFunction()