Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h322 assert(checkDebugAssumptions()); in getResultKind()
735 bool checkDebugAssumptions() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp328 bool LookupResult::checkDebugAssumptions() const { in checkDebugAssumptions() function in LookupResult