Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h322 assert(checkDebugAssumptions()); in getResultKind()
735 bool checkDebugAssumptions() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp330 bool LookupResult::checkDebugAssumptions() const { in checkDebugAssumptions() function in LookupResult