Home
last modified time | relevance | path

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

12

/external/rust/crates/clang-sys/src/
Dsupport.rs46 pub struct Clang { struct
59 impl Clang { argument
77 pub fn find(path: Option<&Path>, args: &[String]) -> Option<Clang> { in find()
/external/llvm-project/polly/lib/External/isl/interface/
Dextract_interface.cc318 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info()
328 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info()
338 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info()
350 static void create_diagnostics(CompilerInstance *Clang) in create_diagnostics()
357 static void create_diagnostics(CompilerInstance *Clang) in create_diagnostics()
366 static void create_preprocessor(CompilerInstance *Clang) in create_preprocessor()
373 static void create_preprocessor(CompilerInstance *Clang) in create_preprocessor()
423 static void set_lang_defaults(CompilerInstance *Clang) in set_lang_defaults()
434 static void set_lang_defaults(CompilerInstance *Clang) in set_lang_defaults()
444 static void set_invocation(CompilerInstance *Clang, in set_invocation()
[all …]
/external/clang/docs/
DReleaseNotes.rst94 C11 Feature Support
124 C++1z Feature Support
DInternalsManual.rst469 .. _SourceLocation:
470 .. _SourceManager:
/external/llvm-project/clang-tools-extra/clangd/unittests/
DHeadersTests.cpp57 auto Clang = prepareCompilerInstance( in setupClang() local
68 auto Clang = setupClang(); in collectIncludes() local
84 auto Clang = setupClang(); local
110 auto Clang = setupClang(); in insert() local
/external/llvm-project/llvm/docs/
DUserGuides.rst61 Clang chapter
DScudoHardenedAllocator.rst124 Clang section in Usage
/external/clang/tools/driver/
Dcc1_main.cpp68 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.h130 std::unique_ptr<CompilerInstance> Clang; variable
DParsedAST.cpp122 static void attach(std::vector<Inclusion> Includes, CompilerInstance &Clang, in attach()
270 auto Clang = prepareCompilerInstance( in build() local
534 std::unique_ptr<CompilerInstance> Clang, in ParsedAST()
DCompiler.cpp116 auto Clang = std::make_unique<CompilerInstance>( in prepareCompilerInstance() local
DDiagnostics.h92 Clang, enumerator
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp187 bool ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp171 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
/external/llvm-project/clang/docs/
DReleaseNotes.rst147 C++1z Feature Support
DInternalsManual.rst498 .. _SourceLocation:
499 .. _SourceManager:
/external/llvm-project/clang/tools/driver/
Dcc1_main.cpp187 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
/external/clang/examples/clang-interpreter/
Dmain.cpp147 CompilerInstance Clang; in main() local
/external/swiftshader/tests/regres/llvm/
Dllvm.go211 func (t Toolchain) Clang() string { func
/external/llvm-project/clang/lib/Frontend/
DChainedIncludesSource.cpp147 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() local
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp195 CompilerInstance Clang; in main() local
/external/clang/include/clang/Basic/
DDiagnosticOptions.h63 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticOptions.h65 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
/external/clang/include/clang/Driver/
DToolChain.h85 mutable std::unique_ptr<Tool> Clang; variable
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp150 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() local

12