Home
last modified time | relevance | path

Searched refs:CompiledInterface (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dcompdb.go74 if compiledModule, ok := ccModule.compiler.(CompiledInterface); ok {
171 func generateCompdbProject(compiledModule CompiledInterface, ctx android.SingletonContext, ccModule… argument
Dccdeps.go103 if compiledModule, ok := ccModule.compiler.(CompiledInterface); ok {
187 func generateCLionProjectData(ctx android.SingletonContext, compiledModule CompiledInterface, argument
Dcmakelists.go70 if compiledModule, ok := ccModule.compiler.(CompiledInterface); ok {
120 func generateCLionProject(compiledModule CompiledInterface, ctx android.SingletonContext, ccModule … argument
Dcompiler.go218 type CompiledInterface interface { interface