Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h712 bool sanityCheckUnresolved() const { in sanityCheckUnresolved() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp334 assert(ResultKind != FoundUnresolvedValue || sanityCheckUnresolved()); in sanity()