Searched refs:compilerPath (Results 1 – 2 of 2) sorted by relevance
18 def getCIncludes(compilerPath, srcFile, tcg): argument31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
69 self.compilerPath = ""147 self.compilerPath = self.cmakeCache.get("CMAKE_C_COMPILER", "")511 if self.cfg.analyzeIncludes and self.compilerPath:558 return getCIncludes(self.compilerPath, srcAbspath, cg)