Lines Matching defs:moduleContextImpl
509 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 {
556 func (ctx *moduleContextImpl) noDefaultCompilerFlags() bool {
560 func (ctx *moduleContextImpl) sdk() bool {
564 func (ctx *moduleContextImpl) sdkVersion() string {