OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXIndex
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang-c/
Index.h
81
typedef void *
CXIndex
;
209
CINDEX_LINKAGE
CXIndex
clang_createIndex(int excludeDeclarationsFromPCH,
218
CINDEX_LINKAGE void clang_disposeIndex(
CXIndex
index);
222
* \brief Used to indicate that no special
CXIndex
options are needed.
255
* \brief Sets general options associated with a
CXIndex
.
259
*
CXIndex
idx = ...;
267
CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(
CXIndex
, unsigned options);
270
* \brief Gets the general options associated with a
CXIndex
.
273
* are associated with the given
CXIndex
object.
275
CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(
CXIndex
);
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
89
static unsigned CreateTranslationUnit(
CXIndex
Idx, const char *file,
[
all
...]
/external/clang/tools/libclang/
Indexing.cpp
37
using namespace
cxindex
;
466
CXIndex
CIdx;
469
explicit IndexSessionData(
CXIndex
cIdx)
950
CXIndexAction clang_IndexAction_create(
CXIndex
CIdx) {
[
all
...]
CIndex.cpp
60
using namespace clang::
cxindex
;
[
all
...]
Completed in 75 milliseconds