Searched defs:GetCcInfo (Results 1 – 2 of 2) sorted by relevance
185 GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error) methodSpec308 func (m MockBazelContext) GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error) { func427 func (bazelCtx *mixedBuildBazelContext) GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, e… func469 func (n noopBazelContext) GetCcInfo(_ string, _ configKey) (cquery.CcInfo, error) { func
12 GetCcInfo = &getCcInfoType{} var