HomeSort by relevance Sort by last modified time
    Searched refs:cxindex (Results 1 - 13 of 13) sorted by null

  /external/clang/tools/libclang/
CLog.h 28 namespace cxindex { namespace in namespace:clang
98 #define LOG_SECTION(NAME) if (LogRef Log = clang::cxindex::Logger::make(NAME))
IndexingContext.h 25 namespace cxindex { namespace in namespace:clang
523 }} // end clang::cxindex
529 struct DenseMapInfo<clang::cxindex::RefFileOccurence> {
530 static inline clang::cxindex::RefFileOccurence getEmptyKey() {
531 return clang::cxindex::RefFileOccurence(0, 0);
534 static inline clang::cxindex::RefFileOccurence getTombstoneKey() {
535 return clang::cxindex::RefFileOccurence((const clang::FileEntry *)~0,
539 static unsigned getHashValue(clang::cxindex::RefFileOccurence S) {
544 static bool isEqual(clang::cxindex::RefFileOccurence LHS,
545 clang::cxindex::RefFileOccurence RHS)
    [all...]
CIndexer.h 100 namespace cxindex { namespace in namespace:clang
IndexBody.cpp 14 using namespace cxindex;
18 class BodyIndexer : public cxindex::RecursiveASTVisitor<BodyIndexer> {
IndexTypeSourceInfo.cpp 14 using namespace cxindex;
18 class TypeIndexer : public cxindex::RecursiveASTVisitor<TypeIndexer> {
CXSourceLocation.cpp 25 using namespace clang::cxindex;
IndexDecl.cpp 14 using namespace cxindex;
CIndexHigh.cpp 21 using namespace cxindex;
CIndex.cpp 60 using namespace clang::cxindex;
    [all...]
CIndexCodeCompletion.cpp 52 using namespace clang::cxindex;
    [all...]
Indexing.cpp 37 using namespace cxindex;
469 CXIndex CIdx;
472 explicit IndexSessionData(CXIndex cIdx)
950 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
    [all...]
IndexingContext.cpp 18 using namespace cxindex;
    [all...]
RecursiveASTVisitor.h 68 namespace cxindex { namespace in namespace:clang
    [all...]

Completed in 980 milliseconds