Searched defs:Clang (Results 1 – 13 of 13) sorted by relevance
93 C++11 Feature Support98 Objective-C Language Changes in Clang
469 .. _SourceLocation:470 .. _SourceManager:
68 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
63 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
84 mutable std::unique_ptr<Tool> Clang; variable
150 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() local
1042 std::unique_ptr<CompilerInstance> Clang( in Parse() local1508 std::unique_ptr<CompilerInstance> Clang( in getMainBufferWithPrecompiledPreamble() local1770 std::unique_ptr<CompilerInstance> Clang( in LoadFromCompilerInvocationAction() local2350 std::unique_ptr<CompilerInstance> Clang( in CodeComplete() local
145 Clang = which("clang", os.environ['PATH']) variable
20 project(Clang) project
484 std::string Clang = "bin/clang"; in TEST_F() local
105 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() function