HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 651 - 675 of 15538) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
bash-autocomplete.sh 7 flags=$( clang --autocomplete="$cur" )
14 complete -F _clang clang
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
bash-autocomplete.sh 7 flags=$( clang --autocomplete="$cur" )
14 complete -F _clang clang
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
bash-autocomplete.sh 7 flags=$( clang --autocomplete="$cur" )
14 complete -F _clang clang
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
bash-autocomplete.sh 7 flags=$( clang --autocomplete="$cur" )
14 complete -F _clang clang
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.asan-preinit-i686-android.a 7 ELF?4(Android (4579689) clang version 6.0.1 (https://android.googlesource.com/toolchain/clang b8e3bf604d69dcd23b7720cb683afe2d11fa8d98) (https://android.googlesource.com/toolchain/llvm a976544 (…)
libclang_rt.asan-preinit-x86_64-android.a 7 ELF>?@@Android (4579689) clang version 6.0.1 (https://android.googlesource.com/toolchain/clang b8e3bf604d69dcd23b7720cb683afe2d11fa8d98) (https://android.googlesource.com/toolchain/llvm a976544 (…)
libclang_rt.ubsan_standalone_cxx-x86_64.a 4 ELF>?@@Android (4579689) clang version 6.0.1 (https://android.googlesource.com/toolchain/clang b8e3bf604d69dcd23b7720cb683afe2d11fa8d98) (https://android.googlesource.com/toolchain/llvm a976544 (…)
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/
libclang_rt.asan-preinit-i686-android.a 7 ELF?4(Android (4630689 based on r316199) clang version 6.0.1 (https://android.googlesource.com/toolchain/clang 279c0d3a962121a6d1d535e7b0b5d9d36d3c829d) (https://android.googlesource.com/toolchain/llvm 78863c2 (…)
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/lib/linux/
libclang_rt.asan-preinit-i686-android.a 7 ELF?4(Android (4639204 based on r316199) clang version 6.0.1 (https://android.googlesource.com/toolchain/clang 279c0d3a962121a6d1d535e7b0b5d9d36d3c829d) (https://android.googlesource.com/toolchain/llvm aadd87f (…)
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.asan-preinit-i686-android.a 7 ELF?4(Android (4691093 based on r316199) clang version 6.0.2 (https://android.googlesource.com/toolchain/clang 183abd29fc496f55536e7d904e0abae47888fc7f) (https://android.googlesource.com/toolchain/llvm 34361f1 (…)
  /external/clang/docs/
LibTooling.rst 5 LibTooling is a library to support writing standalone tools based on Clang.
9 For the information on how to setup Clang Tooling for LLVM see
15 Tools built with LibTooling, like Clang Plugins, run ``FrontendActions`` over
20 In this tutorial, we'll demonstrate the different ways of running Clang's
27 example to unit test parts of the Clang AST, ``runToolOnCode`` is what you
32 #include "clang/Tooling/Tooling.h"
37 EXPECT_TRUE(runToolOnCode(new clang::SyntaxOnlyAction, "class X {};"));
45 to run clang, it first needs to figure out what command line arguments to use
62 #include "clang/Tooling/CommonOptionsParser.h"
65 using namespace clang::tooling
    [all...]
Tooling.rst 5 Clang provides infrastructure to write tools that need syntactic and semantic
7 the different ways to write clang tools, and their pros and cons.
12 `LibClang <http://clang.llvm.org/doxygen/group__CINDEX.html>`_ is a stable high
13 level C interface to clang. When in doubt LibClang is probably the interface
20 * Clang Python Bindings
24 * want to interface with clang from other languages than C++
27 cursor, and don't want to learn all the nitty gritty details of Clang's AST.
31 * want full control over the Clang AST
33 Clang Plugins
36 :doc:`Clang Plugins <ClangPlugins>` allow you to run additional actions on th
    [all...]
  /external/skia/infra/bots/
tasks.json 3 "Build-Debian9-Clang-arm-Debug-Android": {
6 "Build-Debian9-Clang-arm-Debug-Android"
9 "Build-Debian9-Clang-arm-Debug-Android_Vulkan": {
12 "Build-Debian9-Clang-arm-Debug-Android_Vulkan"
15 "Build-Debian9-Clang-arm-Debug-Chromebook_GLES": {
18 "Build-Debian9-Clang-arm-Debug-Chromebook_GLES"
21 "Build-Debian9-Clang-arm-Release-Android": {
24 "Upload-Build-Debian9-Clang-arm-Release-Android"
27 "Build-Debian9-Clang-arm-Release-Android_API26": {
30 "Build-Debian9-Clang-arm-Release-Android_API26
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
frontend_action.h 20 #include <clang/Frontend/FrontendAction.h>
28 namespace clang { namespace
31 } // namespace clang
33 class HeaderCheckerFrontendAction : public clang::ASTFrontendAction {
46 std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
47 clang::CompilerInstance &ci, llvm::StringRef header_file) override;
  /external/clang/include/clang/Basic/
CMakeLists.txt 3 -gen-clang-diags-defs -clang-component=${component}
18 clang_tablegen(DiagnosticGroups.inc -gen-clang-diag-groups
22 clang_tablegen(DiagnosticIndexName.inc -gen-clang-diags-index-name
26 clang_tablegen(AttrList.inc -gen-clang-attr-list
31 clang_tablegen(AttrHasAttributeImpl.inc -gen-clang-attr-has-attribute-impl
  /external/clang/lib/AST/
AttrImpl.cpp 14 #include "clang/AST/Attr.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/Expr.h"
17 #include "clang/AST/Type.h"
19 using namespace clang;
21 #include "clang/AST/AttrImpl.inc"
  /external/clang/test/Driver/
fveclib.c 1 // RUN: %clang -### -c -fveclib=none %s 2>&1 | FileCheck -check-prefix CHECK-NOLIB %s
2 // RUN: %clang -### -c -fveclib=Accelerate %s 2>&1 | FileCheck -check-prefix CHECK-ACCELERATE %s
3 // RUN: not %clang -c -fveclib=something %s 2>&1 | FileCheck -check-prefix CHECK-INVALID %s
10 // RUN: %clang -fveclib=Accelerate %s -target arm64-apple-ios8.0.0 -### 2>&1 | FileCheck --check-prefix=CHECK-LINK %s
13 // RUN: %clang -fveclib=Accelerate %s -nostdlib -target arm64-apple-ios8.0.0 -### 2>&1 | FileCheck --check-prefix=CHECK-LINK-NOSTDLIB %s
16 // RUN: %clang -fveclib=Accelerate %s -nodefaultlibs -target arm64-apple-ios8.0.0 -### 2>&1 | FileCheck --check-prefix=CHECK-LINK-NODEFAULTLIBS %s
ppc-endian.c 1 // RUN: %clang -target powerpc64le -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-LE %s
2 // RUN: %clang -target powerpc64le -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-LE %s
3 // RUN: %clang -target powerpc64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-LE %s
6 // RUN: %clang -target powerpc64 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BE %s
7 // RUN: %clang -target powerpc64 -mbig-endian -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BE %s
8 // RUN: %clang -target powerpc64le -mbig-endian -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BE %s
response-file.c 3 // Check that clang is able to process short response files
4 // Since this is a short response file, clang must not use a response file
8 // RUN: %clang -E @%t.0.txt %s -v 2>&1 | FileCheck %s -check-prefix=SHORT
12 // Check that clang is able to process long response files, routing a long
16 // RUN: %clang -E %S/Inputs/gen-response.c | grep DTEST > %t.1.txt
17 // RUN: %clang -E @%t.1.txt %s -v 2>&1 | FileCheck %s -check-prefix=LONG
  /external/perfetto/gn/standalone/toolchain/
llvm.gni 26 _hermetic_llvm_dir = rebase_path("//buildtools/clang", root_build_dir)
27 linux_llvm_dir = "$_hermetic_llvm_dir/lib/clang/6.0.0/"
28 linux_clang_bin = "$_hermetic_llvm_dir/bin/clang"
29 linux_clangxx_bin = "$_hermetic_llvm_dir/bin/clang++"
30 linux_clangrt_dir = "$_hermetic_llvm_dir/lib/clang/6.0.0/lib/linux"
32 # Guess the path for the system clang.
  /external/v8/tools/clang/plugins/
SuppressibleDiagnosticBuilder.h 8 #include "clang/Basic/Diagnostic.h"
9 #include "clang/Basic/SourceLocation.h"
17 class SuppressibleDiagnosticBuilder : public clang::DiagnosticBuilder {
19 SuppressibleDiagnosticBuilder(clang::DiagnosticsEngine* diagnostics,
20 clang::SourceLocation loc,
49 clang::DiagnosticsEngine* const diagnostics_;
  /frameworks/compile/slang/
slang_rs_special_func.h 22 #include "clang/AST/Decl.h"
30 inline bool isInitRSFunc(const clang::FunctionDecl *FD) {
39 inline bool isDtorRSFunc(const clang::FunctionDecl *FD) {
49 const clang::FunctionDecl *FD);
52 const clang::FunctionDecl *FD) {
59 const clang::FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CMakeLists.txt 3 -gen-clang-diags-defs -clang-component=${component}
18 clang_tablegen(DiagnosticGroups.inc -gen-clang-diag-groups
22 clang_tablegen(DiagnosticIndexName.inc -gen-clang-diags-index-name
26 clang_tablegen(AttrList.inc -gen-clang-attr-list
31 clang_tablegen(AttrHasAttributeImpl.inc -gen-clang-attr-has-attribute-impl
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CMakeLists.txt 3 -gen-clang-diags-defs -clang-component=${component}
18 clang_tablegen(DiagnosticGroups.inc -gen-clang-diag-groups
22 clang_tablegen(DiagnosticIndexName.inc -gen-clang-diags-index-name
26 clang_tablegen(AttrList.inc -gen-clang-attr-list
31 clang_tablegen(AttrHasAttributeImpl.inc -gen-clang-attr-has-attribute-impl
  /external/skqp/infra/bots/
tasks.json 3 "Build-Debian9-Clang-arm-Debug-Android": {
6 "Build-Debian9-Clang-arm-Debug-Android"
9 "Build-Debian9-Clang-arm-Debug-Android_Vulkan": {
12 "Build-Debian9-Clang-arm-Debug-Android_Vulkan"
15 "Build-Debian9-Clang-arm-Debug-Chromebook_GLES": {
18 "Build-Debian9-Clang-arm-Debug-Chromebook_GLES"
21 "Build-Debian9-Clang-arm-Release-Android": {
24 "Upload-Build-Debian9-Clang-arm-Release-Android"
27 "Build-Debian9-Clang-arm-Release-Android_API26": {
30 "Build-Debian9-Clang-arm-Release-Android_API26
    [all...]

Completed in 877 milliseconds

<<21222324252627282930>>