Searched refs:isIterator (Results 1 – 6 of 6) sorted by relevance
98 bool isIterator() const { return (Ptr & 0x1); } in isIterator() function101 assert(isIterator() && "Ptr not an iterator!"); in getIterator()111 if (isIterator())126 if (!isIterator()) // common case.
96 bool isIterator() const { return (Ptr & 0x1); } in isIterator() function99 assert(isIterator() && "Ptr not an iterator!"); in getIterator()110 if (isIterator())125 if (!isIterator()) // common case.
24 return isIterator(CRD); in isIteratorType()27 bool isIterator(const CXXRecordDecl *CRD) { in isIterator() function
148 bool isIterator(const CXXRecordDecl *CRD);
201 if (Pos.isIterator()) { in InsertDeclAfter()
199 if (Pos.isIterator()) { in InsertDeclAfter()