Searched defs:isEnd (Results 1 – 9 of 9) sorted by relevance
29 isEnd: function() { method in LogGroupEntry
272 …const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == … in parseContainerLine() local308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || in parseContainerValue() local
204 private static boolean isEnd(int opcode) { in isEnd() method in CodeAnalyzer
300 function breadthFirstSearch(start, isEnd, eq, adjacent) { argument
229 bool isEnd() const { in isEnd() function
53 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
772 bool isEnd() const { in isEnd() function
593 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()
1444 bool isEnd = isEndOfParagraph(VisiblePosition(insertPos)); in insertAsListItems() local