Home | History | Annotate | Download | only in libclang

Lines Matching defs:cxindex

26 namespace cxindex {
528 }} // end clang::cxindex
534 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) {