Home
last modified time | relevance | path

Searched defs:Clang (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/docs/
H A DReleaseNotes.rst138 C11 Feature Support
161 C++17 Feature Support
H A DInternalsManual.rst469 .. _SourceLocation:
470 .. _SourceManager:
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp67 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp164 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
/minix3/external/bsd/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp147 CompilerInstance Clang; in main() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h69 mutable std::unique_ptr<Tool> Clang; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.h30 enum TextDiagnosticFormat { Clang, Msvc, Vi }; enumerator
/minix3/external/bsd/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py139 Clang = which("clang", os.environ['PATH']) variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp147 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in createChainedIncludesSource() local
H A DASTUnit.cpp1038 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in Parse() local
1507 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in getMainBufferWithPrecompiledPreamble() local
1767 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in LoadFromCompilerInvocationAction() local
2339 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CodeComplete() local
/minix3/external/bsd/llvm/dist/clang/
H A DCMakeLists.txt20 project(Clang) project
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.h93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() function