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

  /external/clang/tools/libclang/
CIndexer.h 100 namespace cxindex { namespace in namespace:clang
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...]
RecursiveASTVisitor.h 68 namespace cxindex { namespace in namespace:clang
    [all...]

Completed in 192 milliseconds