Home
last modified time | relevance | path

Searched refs:Clang (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs21 pub struct Clang { structure names
34 impl Clang { impls
59 pub fn find(path: Option<&Path>, args: &[String]) -> Option<Clang> { in find()
63 return Some(Clang::new(p, args)); in find()
110 return Some(Clang::new(path, args)); in find()
122 return Some(Clang::new(path, args)); in find()
/third_party/rust/crates/clang-sys/tests/
H A Dlib.rs46 let clang = support::Clang::find(None, &[]).unwrap(); in test_support()
53 let clang = support::Clang::find(None, args).unwrap(); in test_support_target()
/third_party/rust/crates/cxx/macro/src/
H A Dclang.rs3 pub type Node = clang_ast::Node<Clang>;
6 pub enum Clang { enum
H A Dload.rs1 use crate::clang::{Clang, Node};
106 Clang::NamespaceDecl(decl) => { in traverse()
115 Clang::EnumDecl(decl) => { in traverse()
161 Clang::EnumConstantDecl(decl) => { in traverse()
229 if let Clang::NamespaceDecl(_) = &node.kind { in traverse()
291 Clang::ImplicitCastExpr => clang = &node.inner, in discriminant_value()
292 Clang::ConstantExpr(expr) => match Discriminant::from_str(&expr.value) { in discriminant_value()
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32_simd.c199 #error ARM CRC32 SIMD extensions only supported for Clang and GCC
/third_party/skia/third_party/externals/zlib/
H A Dcrc32_simd.c199 #error ARM CRC32 SIMD extensions only supported for Clang and GCC
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
H A Dllvm.go210 // Clang returns the path to the clang executable.
211 func (t Toolchain) Clang() string {
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeDefs.h30 #define DE_COMPILER_CLANG 3 /*!< LLVM Clang Compiler. */
48 * GCC and Clang, and a generic for other conflicts.
51 # error Detected compiler is Clang, but got DE_COMPILER == DE_COMPILER_GCC
/third_party/node/deps/zlib/
H A Dcrc32_simd.c402 #error ARM CRC32 SIMD extensions only supported for Clang and GCC
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs228 /// # Clang arguments
236 /// Clang arguments specific to your crate should be added via the
1330 /// Emit Clang AST.
1603 clang_sys::support::Clang::find(None, &[]).ok_or_else(|| { in dump_preprocessed_input()
1940 /// True if we should dump the Clang AST for debugging purposes.
2033 /// The set of arguments to pass straight through to Clang.
2417 /// Clang diagnosed an error.
2588 let clang = match clang_sys::support::Clang::find( in detect_include_paths()
2861 /// Parse one `Item` from the Clang cursor.
2882 /// Parse the Clang AS
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go205 "CC=" + r.toolchain.Clang(),
/third_party/node/deps/cares/
H A Dconfigure5139 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
23227 # Are we compiling with Clang?
23229 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC is Clang" >&5
23230 printf %s "checking whether $CC is Clang... " >&6; }
23236 # Note that Autoconf sets GCC=yes for Clang as well as GCC
23240 /* Note: Clang 2.7 lacks __clang_[a-z]+__ */
23263 # Note that for GCC and Clang -pthread generally implies -lpthread,
23276 # Clang takes -pthread (never supported any other flag), but we'll try with -lpthread first
23455 # Clang needs special handling, because older versions handle the -pthread
23460 # Clang take
[all...]

Completed in 27 milliseconds