HomeSort by relevance Sort by last modified time
    Searched refs:clang_createTranslationUnit (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/libclang/
CIndexer.cpp 57 VirtualQuery((void *)(uintptr_t)clang_createTranslationUnit, &mbi,
76 if (dladdr((void *)(uintptr_t)clang_createTranslationUnit, &info) == 0)
CIndex.cpp     [all...]
  /external/clang/include/clang-c/
Index.h 176 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
826 CINDEX_LINKAGE CXTranslationUnit clang_createTranslationUnit(CXIndex,
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 55 *TU = clang_createTranslationUnit(Idx, file);
    [all...]

Completed in 25 milliseconds