Home
last modified time | relevance | path

Searched refs:libclang (Results 1 – 20 of 20) sorted by relevance

/external/clang/tools/libclang/
DCMakeLists.txt61 "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/
DLibclangTest.cpp20 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 …]
DCMakeLists.txt6 libclang
/external/clang/unittests/
DCMakeLists.txt27 # FIXME: libclang unit tests are disabled on Windows due
28 # to failures, mostly in libclang.VirtualFileOverlay_*.
30 add_subdirectory(libclang)
/external/clang/tools/
DCMakeLists.txt29 # libclang may require clang-tidy in clang-tools-extra.
30 add_clang_subdirectory(libclang)
/external/clang/test/Index/
Dcrash-recovery-modules.m28 // 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/
DCMakeLists.txt11 libclang
/external/clang/
DAndroid.bp181 name: "libclang",
256 "tools/libclang",
DCMakeLists.txt380 "Version number that will be placed into the libclang library , in the form XX.YY")
/external/clang/tools/c-index-test/
DCMakeLists.txt24 libclang
/external/clang/test/Modules/
Dfatal-module-loader-error.m23 // Also check that libclang does not create a PCH with such an error.
/external/clang/docs/
DExternalClangExamples.rst64 "This is an indexer for C and C++ based on the libclang library."
67 "Linty - C/C++ Style Checking with Python & libclang."
DJSONCompilationDatabase.rst40 the :doc:`LibTooling documentation <LibTooling>`. libclang and its
DReleaseNotes.rst206 libclang section in What's New in Clang 3.9?
DPCHInternals.rst131 libclang that do not need debug information may also produce raw AST files that
DInternalsManual.rst2092 other than subexpressions, extend libclang's ``CursorVisitor`` to provide
/external/clang/cmake/modules/
DAddClang.cmake91 if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ${name} STREQUAL "libclang")
/external/swiftshader/third_party/LLVM/
DMakefile79 tools/clang/tools/libclang tools/clang/tools/c-index-test \
/external/llvm/cmake/modules/
DAddLLVM.cmake735 # ".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/
DDoxyfile.in1000 # compiled with the --with-libclang option.