Home
last modified time | relevance | path

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

/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
DMakefile11 TESTNAME = libclang
/external/clang/tools/libclang/
DCMakeLists.txt60 "Build libclang as a static library (in addition to a shared one)" OFF)
62 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/libclang.exports)
65 # Avoid LNK4197 not to spceify libclang.def here.
80 set(output_name "libclang")
85 add_clang_library(libclang ${ENABLE_SHARED} ${ENABLE_STATIC}
101 set_target_properties(libclang
109 set_property(TARGET libclang APPEND_STRING PROPERTY
112 set_target_properties(libclang
DMakefile13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libclang.exports
/external/clang/unittests/
DCMakeLists.txt26 # FIXME: libclang unit tests are disabled on Windows due
27 # to failures, mostly in libclang.VirtualFileOverlay_*.
29 add_subdirectory(libclang)
DMakefile23 PARALLEL_DIRS += Frontend libclang StaticAnalyzer
/external/clang/tools/
DMakefile22 DIRS += libclang c-index-test c-arcmt-test
30 DIRS := libclang c-index-test
DCMakeLists.txt12 add_clang_subdirectory(libclang)
/external/clang/
Dshared_clang.mk30 LOCAL_MODULE:= libclang
60 LOCAL_MODULE:= libclang
DAndroid.mk117 tools/libclang \
DCMakeLists.txt401 if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ${name} STREQUAL "libclang")
472 COMPONENT libclang-headers
480 add_custom_target(install-libclang-headers
483 -DCMAKE_INSTALL_COMPONENT=libclang-headers
521 "Version number that will be placed into the libclang library , in the form XX.YY")
/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/tools/c-index-test/
DCMakeLists.txt18 libclang
/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.rst162 libclang section in What's New in Clang 3.8?
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/test/Modules/
Dfatal-module-loader-error.m23 // Also check that libclang does not create a PCH with such an error.
/external/llvm/
DMakefile71 tools/clang/tools/libclang \
/external/parameter-framework/upstream/doc/
DDoxyfile.in1000 # compiled with the --with-libclang option.