Home
last modified time | relevance | path

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

/external/rust/crates/clang-sys/src/
Dsupport.rs21 pub struct Clang { struct
34 impl Clang { implementation
59 pub fn find(path: Option<&Path>, args: &[String]) -> Option<Clang> { in find()
/external/clang/docs/
DReleaseNotes.rst94 C11 Feature Support
124 C++1z Feature Support
DInternalsManual.rst469 .. _SourceLocation:
470 .. _SourceManager:
/external/ltp/tools/sparse/
DREADME.md45 ### Clang subsection
/external/clang/tools/driver/
Dcc1_main.cpp68 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main() local
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp171 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
/external/rust/cxx/macro/src/
Dclang.rs6 pub enum Clang { enum
/external/pigweed/docs/
Dsize_optimizations.rst102 Clang subsection
/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/clang/include/clang/Basic/
DDiagnosticOptions.h63 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
DASTUnit.cpp1042 std::unique_ptr<CompilerInstance> Clang( in Parse() local
1516 std::unique_ptr<CompilerInstance> Clang( in getMainBufferWithPrecompiledPreamble() local
1778 std::unique_ptr<CompilerInstance> Clang( in LoadFromCompilerInvocationAction() local
2359 std::unique_ptr<CompilerInstance> Clang( in CodeComplete() local
/external/clang/
DCMakeLists.txt6 project(Clang) project
/external/clang/utils/analyzer/
DSATestBuild.py145 Clang = which("clang", os.environ['PATH']) variable
/external/clang/unittests/libclang/
DLibclangTest.cpp484 std::string Clang = "bin/clang"; in TEST_F() local
/external/clang/lib/Driver/
DTools.h109 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() function