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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 355 return IndexOptions & CXIndexOpt_IndexImplicitTemplateInstantiations;
Indexing.cpp 427 if (index_options & CXIndexOpt_IndexImplicitTemplateInstantiations)
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 6655 CXIndexOpt_IndexImplicitTemplateInstantiations = 0x4,
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 3864 index_opts |= CXIndexOpt_IndexImplicitTemplateInstantiations;

Completed in 31 milliseconds