Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h342 assert(checkDebugAssumptions()); in getResultKind()
775 bool checkDebugAssumptions() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp330 bool LookupResult::checkDebugAssumptions() const { in checkDebugAssumptions() function in LookupResult