OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cxindex
(Results
1 - 15
of
15
) sorted by null
/external/clang/tools/libclang/
CLog.h
29
namespace
cxindex
{
namespace in namespace:clang
100
if (clang::
cxindex
::LogRef Log = clang::
cxindex
::Logger::make(NAME))
CIndexer.h
89
namespace
cxindex
{
namespace in namespace:clang
IndexTypeSourceInfo.cpp
14
using namespace
cxindex
;
IndexingContext.h
26
namespace
cxindex
{
namespace in namespace:clang
519
}} // end clang::
cxindex
IndexBody.cpp
14
using namespace
cxindex
;
IndexDecl.cpp
14
using namespace
cxindex
;
Indexing.cpp
38
using namespace
cxindex
;
459
CXIndex
CIdx;
462
explicit IndexSessionData(
CXIndex
cIdx)
952
CXIndexAction clang_IndexAction_create(
CXIndex
CIdx) {
[
all
...]
CIndex.cpp
67
using namespace clang::
cxindex
;
[
all
...]
CIndexHigh.cpp
21
using namespace
cxindex
;
CXSourceLocation.cpp
25
using namespace clang::
cxindex
;
CIndexCodeCompletion.cpp
54
using namespace clang::
cxindex
;
[
all
...]
IndexingContext.cpp
19
using namespace
cxindex
;
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
116
static unsigned CreateTranslationUnit(
CXIndex
Idx, const char *file,
[
all
...]
/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/unittests/libclang/
LibclangTest.cpp
346
CXIndex
Index;
Completed in 828 milliseconds