Searched defs:compiler (Results 1 – 5 of 5) sorted by relevance
367 static void SetupModuleHeaderPaths(CompilerInstance *compiler, in SetupModuleHeaderPaths()426 static void SetupDefaultClangDiagnostics(CompilerInstance &compiler) { in SetupDefaultClangDiagnostics()507 static void SetupTargetOpts(CompilerInstance &compiler, in SetupTargetOpts()573 static void SetupLangOpts(CompilerInstance &compiler, in SetupLangOpts()708 static void SetupImportStdModuleLangOpts(CompilerInstance &compiler, in SetupImportStdModuleLangOpts()
47 char compiler[64]; member
143 def get_extra_cflags(os, compiler): argument
399 char compiler[128]; member
2212 clang::CompilerInstance compiler(clang::createInvocation(clang_args)); in DoExecute() local