Searched defs:isEnd (Results 1 – 7 of 7) sorted by relevance
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
788 bool isEnd() const { in isEnd() function
578 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()