Searched refs:Clang (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/interface/
H A Dextract_interface.cc221 static TargetInfo *create_target_info(CompilerInstance *Clang, argument
224 TargetOptions &TO = Clang->getTargetOpts();
231 static TargetInfo *create_target_info(CompilerInstance *Clang, argument
234 TargetOptions &TO = Clang->getTargetOpts();
243 static void create_diagnostics(CompilerInstance *Clang) argument
245 Clang->createDiagnostics(0, NULL, construct_printer());
250 static void create_diagnostics(CompilerInstance *Clang) argument
252 Clang->createDiagnostics(construct_printer());
277 CompilerInstance *Clang = new CompilerInstance(); local
278 create_diagnostics(Clang);
[all...]
/haiku-buildtools/isl/
H A Dconfigure18013 CompilerInstance *Clang;
18014 Clang->createDiagnostics(client);

Completed in 159 milliseconds