HomeSort by: relevance | last modified time | path
    Searched refs:clang_createIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1906 Idx = clang_createIndex(0, 1);
1998 Idx = clang_createIndex(/* excludeDeclsFromPCH */
2026 Idx = clang_createIndex(/* excludeDeclsFromPCH */
2104 Idx = clang_createIndex(/* excludeDeclsFromPCH */
2198 Idx = clang_createIndex(/* excludeDeclsFromPCH */1,
2226 Idx = clang_createIndex(/* excludeDeclsFromPCH */1,
2275 if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1,
2702 CIdx = clang_createIndex(0, 0);
2854 CIdx = clang_createIndex(1, 1);
3148 CIdx = clang_createIndex(1, 1)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 241 * Idx = clang_createIndex(1, 1);
266 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2699 return Index(conf.lib.clang_createIndex(excludeDecls, 0))
3392 ("clang_createIndex",
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3425 CXIndex clang_createIndex(int excludeDeclarationsFromPCH,

Completed in 28 milliseconds