Searched refs:isSyntheticName (Results 1 – 3 of 3) sorted by relevance
196 if (!VD || RSContext::isSyntheticName(VD->getName())) { in ValidateVarDecl()
257 if (valid && ShouldExportVariable && isSyntheticName(VD->getName())) in processExports()
147 static bool isSyntheticName(const llvm::StringRef Name) { return Name.startswith(".rs."); } in isSyntheticName() function