Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc323 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info()
333 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info()
343 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info()
355 static void create_diagnostics(CompilerInstance *Clang) in create_diagnostics()
362 static void create_diagnostics(CompilerInstance *Clang) in create_diagnostics()
371 static void create_preprocessor(CompilerInstance *Clang) in create_preprocessor()
378 static void create_preprocessor(CompilerInstance *Clang) in create_preprocessor()
430 static void set_lang_defaults(CompilerInstance *Clang) in set_lang_defaults()
442 static void set_lang_defaults(CompilerInstance *Clang) in set_lang_defaults()
452 static void set_invocation(CompilerInstance *Clang, in set_invocation()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst130 C++20 Feature Support
134 C++2b Feature Support
H A DInternalsManual.rst498 .. _SourceLocation:
499 .. _SourceManager:
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DUserGuides.rst66 Clang chapter
H A DScudoHardenedAllocator.rst162 Clang section in Usage
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp187 bool ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp187 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp65 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CreateCI() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp148 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() local
H A DASTUnit.cpp1116 std::unique_ptr<CompilerInstance> Clang( in Parse() local
1547 std::unique_ptr<CompilerInstance> Clang( in LoadFromCompilerInvocationAction() local
2161 std::unique_ptr<CompilerInstance> Clang( in CodeComplete() local
H A DPrecompiledPreamble.cpp357 std::unique_ptr<CompilerInstance> Clang( in Build() local
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp195 CompilerInstance Clang; in main() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.h77 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.d348 Clang, enumerator
H A Dtarget.h89 Clang, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h139 mutable std::unique_ptr<Tool> Clang; variable
/netbsd-src/external/apache2/llvm/dist/clang/
H A DCMakeLists.txt6 project(Clang) project
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp211 std::string Clang; in preprocess() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6840 Clang::Clang(const ToolChain &TC) in Clang() function in Clang