/external/clang/tools/libclang/ |
D | CMakeLists.txt | 61 "Build libclang as a static library (in addition to a shared one)" OFF) 63 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/libclang.exports) 66 # Avoid LNK4197 not to spceify libclang.def here. 81 set(output_name "libclang") 86 add_clang_library(libclang ${ENABLE_SHARED} ${ENABLE_STATIC} 102 set_target_properties(libclang 110 set_property(TARGET libclang APPEND_STRING PROPERTY 113 set_target_properties(libclang 127 COMPONENT libclang-headers 135 add_custom_target(install-libclang-headers [all …]
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 20 TEST(libclang, clang_parseTranslationUnit2_InvalidArgs) { in TEST() argument 26 TEST(libclang, clang_createTranslationUnit_InvalidArgs) { in TEST() argument 30 TEST(libclang, clang_createTranslationUnit2_InvalidArgs) { in TEST() argument 73 TEST(libclang, VirtualFileOverlay_Basic) { in TEST() argument 95 TEST(libclang, VirtualFileOverlay_Unicode) { in TEST() argument 117 TEST(libclang, VirtualFileOverlay_InvalidArgs) { in TEST() argument 123 TEST(libclang, VirtualFileOverlay_RemapDirectories) { in TEST() argument 175 TEST(libclang, VirtualFileOverlay_CaseInsensitive) { in TEST() argument 199 TEST(libclang, VirtualFileOverlay_SharedPrefix) { in TEST() argument 251 TEST(libclang, VirtualFileOverlay_AdjacentDirectory) { in TEST() argument [all …]
|
D | CMakeLists.txt | 6 libclang
|
/external/clang/unittests/ |
D | CMakeLists.txt | 27 # FIXME: libclang unit tests are disabled on Windows due 28 # to failures, mostly in libclang.VirtualFileOverlay_*. 30 add_subdirectory(libclang)
|
/external/clang/tools/ |
D | CMakeLists.txt | 29 # libclang may require clang-tidy in clang-tools-extra. 30 add_clang_subdirectory(libclang)
|
/external/clang/test/Index/ |
D | crash-recovery-modules.m | 28 // Check that libclang crash-recovery works; both with a module building crash... 34 // CHECK-LIBCLANG-CRASH: libclang: crash detected during parsing
|
/external/clang/tools/c-arcmt-test/ |
D | CMakeLists.txt | 11 libclang
|
/external/clang/ |
D | Android.bp | 181 name: "libclang", 256 "tools/libclang",
|
D | CMakeLists.txt | 380 "Version number that will be placed into the libclang library , in the form XX.YY")
|
/external/clang/tools/c-index-test/ |
D | CMakeLists.txt | 24 libclang
|
/external/clang/test/Modules/ |
D | fatal-module-loader-error.m | 23 // Also check that libclang does not create a PCH with such an error.
|
/external/clang/docs/ |
D | ExternalClangExamples.rst | 64 "This is an indexer for C and C++ based on the libclang library." 67 "Linty - C/C++ Style Checking with Python & libclang."
|
D | JSONCompilationDatabase.rst | 40 the :doc:`LibTooling documentation <LibTooling>`. libclang and its
|
D | ReleaseNotes.rst | 206 libclang section in What's New in Clang 3.9?
|
D | PCHInternals.rst | 131 libclang that do not need debug information may also produce raw AST files that
|
D | InternalsManual.rst | 2092 other than subexpressions, extend libclang's ``CursorVisitor`` to provide
|
/external/clang/cmake/modules/ |
D | AddClang.cmake | 91 if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ${name} STREQUAL "libclang")
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile | 79 tools/clang/tools/libclang tools/clang/tools/c-index-test \
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 735 # ".dll.a", but for clang.exe that causes a collision with libclang.dll, 736 # where the import libraries of both get named libclang.dll.a. Use a suffix
|
/external/parameter-framework/upstream/doc/ |
D | Doxyfile.in | 1000 # compiled with the --with-libclang option.
|