HomeSort by relevance Sort by last modified time
    Searched refs:cxindex (Results 1 - 8 of 8) 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;
IndexDecl.cpp 15 using namespace cxindex;
Indexing.cpp 34 using namespace cxindex;
247 CXIndex CIdx = (CXIndex)ITUI->idxAction;
694 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
IndexingContext.cpp 19 using namespace cxindex;
    [all...]
CIndex.cpp 54 using namespace clang::cxindex;
    [all...]

Completed in 751 milliseconds