Searched refs:ccPath (Results 1 – 3 of 3) sorted by relevance
42 CC(StringRef ccPath, StringRef RemotePath, in CC() argument44 : CCPath(ccPath), RemoteClientPath(RemotePath) { in CC()
1588 ccPath := flag.String("cc", "", "Path to the C compiler for preprocessing inputs")1633 if len(*ccPath) > 0 {1634 cppCommand = append(cppCommand, *ccPath)