Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp717 Qualifiers EQuals, HQuals; in handlerCanCatch() local
719 ExceptionType->getPointeeType(), EQuals); in handlerCanCatch()
722 if (!HQuals.compatiblyIncludes(EQuals)) in handlerCanCatch()