Home
last modified time | relevance | path

Searched defs:moduleContextImpl (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dcc.go509 moduleContextImpl anonMember
514 moduleContextImpl anonMember
517 type moduleContextImpl struct { struct
518 mod *Module
519 ctx BaseModuleContext
522 func (ctx *moduleContextImpl) module() *Module {
526 func (ctx *moduleContextImpl) clang() bool {
530 func (ctx *moduleContextImpl) toolchain() Toolchain {
534 func (ctx *moduleContextImpl) static() bool {
545 func (ctx *moduleContextImpl) staticBinary() bool {
[all …]