Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp196 if (!VD || RSContext::isSyntheticName(VD->getName())) { in ValidateVarDecl()
Dslang_rs_context.cpp257 if (valid && ShouldExportVariable && isSyntheticName(VD->getName())) in processExports()
Dslang_rs_context.h147 static bool isSyntheticName(const llvm::StringRef Name) { return Name.startswith(".rs."); } in isSyntheticName() function