Searched defs:Clang (Results 1 – 12 of 12) sorted by relevance
138 C11 Feature Support161 C++17 Feature Support
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
69 mutable std::unique_ptr<Tool> Clang; variable
30 enum TextDiagnosticFormat { Clang, Msvc, Vi }; enumerator
139 Clang = which("clang", os.environ['PATH']) variable
147 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in createChainedIncludesSource() local
1038 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in Parse() local1507 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in getMainBufferWithPrecompiledPreamble() local1767 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in LoadFromCompilerInvocationAction() local2339 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CodeComplete() local
20 project(Clang) project
93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() function