Searched refs:CompiledInterface (Results 1 – 4 of 4) sorted by relevance
74 if compiledModule, ok := ccModule.compiler.(CompiledInterface); ok {171 func generateCompdbProject(compiledModule CompiledInterface, ctx android.SingletonContext, ccModule… argument
103 if compiledModule, ok := ccModule.compiler.(CompiledInterface); ok {187 func generateCLionProjectData(ctx android.SingletonContext, compiledModule CompiledInterface, argument
70 if compiledModule, ok := ccModule.compiler.(CompiledInterface); ok {120 func generateCLionProject(compiledModule CompiledInterface, ctx android.SingletonContext, ccModule … argument
218 type CompiledInterface interface { interface