Searched defs:Clang (Results 1 – 12 of 12) sorted by relevance
99 C++11 Feature Support104 Objective-C Language Changes in Clang
469 .. _SourceLocation:470 .. _SourceManager:
67 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
164 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
147 CompilerInstance Clang; in main() local
30 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
79 mutable std::unique_ptr<Tool> Clang; variable
139 Clang = which("clang", os.environ['PATH']) variable
20 project(Clang) project
148 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in createChainedIncludesSource() local
1025 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in Parse() local1490 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in getMainBufferWithPrecompiledPreamble() local1749 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in LoadFromCompilerInvocationAction() local2321 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CodeComplete() local
93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() function