OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cxindex
(Results
1 - 10
of
10
) sorted by null
/external/clang/tools/libclang/
IndexingContext.h
26
namespace
cxindex
{
namespace in namespace:clang
528
}} // end clang::
cxindex
534
struct DenseMapInfo<clang::
cxindex
::RefFileOccurence> {
535
static inline clang::
cxindex
::RefFileOccurence getEmptyKey() {
536
return clang::
cxindex
::RefFileOccurence(0, 0);
539
static inline clang::
cxindex
::RefFileOccurence getTombstoneKey() {
540
return clang::
cxindex
::RefFileOccurence((const clang::FileEntry *)~0,
544
static unsigned getHashValue(clang::
cxindex
::RefFileOccurence S) {
551
static bool isEqual(clang::
cxindex
::RefFileOccurence LHS,
552
clang::
cxindex
::RefFileOccurence RHS)
[
all
...]
CIndexer.h
99
namespace
cxindex
{
namespace in namespace:clang
IndexBody.cpp
15
using namespace
cxindex
;
IndexTypeSourceInfo.cpp
15
using namespace
cxindex
;
Indexing.cpp
34
using namespace
cxindex
;
247
CXIndex
CIdx = (
CXIndex
)ITUI->idxAction;
694
CXIndexAction clang_IndexAction_create(
CXIndex
CIdx) {
IndexDecl.cpp
15
using namespace
cxindex
;
CIndex.cpp
54
using namespace clang::
cxindex
;
[
all
...]
IndexingContext.cpp
19
using namespace
cxindex
;
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
56
static unsigned CreateTranslationUnit(
CXIndex
Idx, const char *file,
698
static int perform_test_load(
CXIndex
Idx, CXTranslationUnit TU,
751
CXIndex
Idx;
771
CXIndex
Idx;
808
CXIndex
Idx;
889
CXIndex
Idx;
[
all
...]
/external/clang/include/clang-c/
Index.h
71
typedef void *
CXIndex
;
206
CINDEX_LINKAGE
CXIndex
clang_createIndex(int excludeDeclarationsFromPCH,
215
CINDEX_LINKAGE void clang_disposeIndex(
CXIndex
index);
219
* \brief Used to indicate that no special
CXIndex
options are needed.
250
* \brief Sets general options associated with a
CXIndex
.
254
*
CXIndex
idx = ...;
262
CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(
CXIndex
, unsigned options);
265
* \brief Gets the general options associated with a
CXIndex
.
268
* are associated with the given
CXIndex
object.
270
CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(
CXIndex
);
[
all
...]
Completed in 70 milliseconds