Searched defs:Clang (Results 1 – 12 of 12) sorted by relevance
124 C++11 Feature Support129 Objective-C Language Changes in Clang
469 .. _SourceLocation:470 .. _SourceManager:
68 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
182 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
129 CompilerInstance Clang; in main() local
30 enum TextDiagnosticFormat { Clang, Msvc, Vi }; enumerator
69 mutable std::unique_ptr<Tool> Clang; variable
20 project(Clang) project
139 Clang = which("clang", os.environ['PATH']) variable
147 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in createChainedIncludesSource() local
1044 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in Parse() local1537 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in getMainBufferWithPrecompiledPreamble() local1799 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in LoadFromCompilerInvocationAction() local2369 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CodeComplete() local
91 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {} in Clang() function