Home
last modified time | relevance | path

Searched refs:diagnoseMissingClose (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h436 bool diagnoseMissingClose();
493 return diagnoseMissingClose(); in consumeClose()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2655 bool BalancedDelimiterTracker::diagnoseMissingClose() { in diagnoseMissingClose() function in BalancedDelimiterTracker