Lines Matching refs:cquery
70 GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error)
127 LabelToCcInfo map[string]cquery.CcInfo
135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {
157 rawString, ok := bazelCtx.cquery(label, cquery.GetOutputFiles, archType)
161 ret = cquery.GetOutputFiles.ParseResult(bazelOutput)
166 func (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, erro…
167 result, ok := bazelCtx.cquery(label, cquery.GetCcInfo, archType)
169 return cquery.CcInfo{}, ok, nil
173 ret, err := cquery.GetCcInfo.ParseResult(bazelOutput)
181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {
273 func (context *bazelContext) cquery(label string, requestType cqueryRequest, func
552 # This target was not requested via cquery, and thus must be a dependency