Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp718 Qualifiers EQuals, HQuals; in handlerCanCatch() local
722 Context.getUnqualifiedArrayType(HandlerType->getPointeeType(), HQuals); in handlerCanCatch()
723 if (!HQuals.compatiblyIncludes(EQuals, getASTContext())) in handlerCanCatch()