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 26 namespace cxindex { namespace in namespace:clang
526 }} // end clang::cxindex
532 struct DenseMapInfo<clang::cxindex::RefFileOccurence> {
533 static inline clang::cxindex::RefFileOccurence getEmptyKey() {
534 return clang::cxindex::RefFileOccurence(0, 0);
537 static inline clang::cxindex::RefFileOccurence getTombstoneKey() {
538 return clang::cxindex::RefFileOccurence((const clang::FileEntry *)~0,
542 static unsigned getHashValue(clang::cxindex::RefFileOccurence S) {
547 static bool isEqual(clang::cxindex::RefFileOccurence LHS,
548 clang::cxindex::RefFileOccurence RHS)
    [all...]
CIndexer.h 89 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 53 using namespace clang::cxindex;
    [all...]
Indexing.cpp 37 using namespace cxindex;
466 CXIndex CIdx;
469 explicit IndexSessionData(CXIndex cIdx)
950 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
    [all...]
IndexingContext.cpp 18 using namespace cxindex;
    [all...]
RecursiveASTVisitor.h 70 namespace cxindex { namespace in namespace:clang
    [all...]

Completed in 69 milliseconds