OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRSHeaderFile
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs.h
90
static bool
IsRSHeaderFile
(const char *File);
slang_rs.cpp
247
bool SlangRS::
IsRSHeaderFile
(const char *File) {
265
return
IsRSHeaderFile
(llvm::sys::path::filename(Filename).data());
Completed in 2850 milliseconds