Searched defs:HandleTopLevelDecl (Results 1 - 2 of 2) sorted by path

/frameworks/compile/slang/
H A Dslang_backend.cpp251 bool Backend::HandleTopLevelDecl(clang::DeclGroupRef D) { function in class:slang::Backend
252 return mGen->HandleTopLevelDecl(D);
H A Dslang_rs_backend.cpp84 bool RSBackend::HandleTopLevelDecl(clang::DeclGroupRef D) { function in class:slang::RSBackend
124 return Backend::HandleTopLevelDecl(D);
166 HandleTopLevelDecl(clang::DeclGroupRef(FD));

Completed in 113 milliseconds