Home
last modified time | relevance | path

Searched defs:hasMore (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp192 bool hasMore = true; in ParsePrintfSpecifier() local
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1039 bool hasMore() const { return I != E; } in hasMore() function
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3507 auto hasMore = [&]() { writeUseListBlock() local