Searched refs:isSyntheticName (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp211 if (!VD || RSContext::isSyntheticName(VD->getName())) {
H A Dslang_rs_context.cpp256 if (valid && ShouldExportVariable && isSyntheticName(VD->getName()))
H A Dslang_rs_context.h142 static bool isSyntheticName(const llvm::StringRef Name) { return Name.startswith(".rs."); } function in class:slang::RSContext

Completed in 54 milliseconds