Searched defs:Clang (Results 1 – 14 of 14) sorted by relevance
94 C11 Feature Support124 C++1z Feature Support
469 .. _SourceLocation:470 .. _SourceManager:
124 Clang section in Usage
68 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
171 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
147 CompilerInstance Clang; in main() local
63 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
85 mutable std::unique_ptr<Tool> Clang; variable
150 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() local
1042 std::unique_ptr<CompilerInstance> Clang( in Parse() local1516 std::unique_ptr<CompilerInstance> Clang( in getMainBufferWithPrecompiledPreamble() local1778 std::unique_ptr<CompilerInstance> Clang( in LoadFromCompilerInvocationAction() local2359 std::unique_ptr<CompilerInstance> Clang( in CodeComplete() local
6 project(Clang) project
145 Clang = which("clang", os.environ['PATH']) variable
484 std::string Clang = "bin/clang"; in TEST_F() local
109 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() function