Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs.h95 static bool IsFunctionInRSHeaderFile(const clang::FunctionDecl *FD,
Dslang_rs_backend.cpp74 !SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) { in AnnotateFunction()
92 if (!SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) in HandleTopLevelDecl()
Dslang_rs.cpp246 bool SlangRS::IsFunctionInRSHeaderFile(const clang::FunctionDecl *FD, in IsFunctionInRSHeaderFile() function in slang::SlangRS