Home
last modified time | relevance | path

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

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