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.cpp718 Qualifiers EQuals, HQuals; in handlerCanCatch() local
720 ExceptionType->getPointeeType(), EQuals); in handlerCanCatch()
723 if (!HQuals.compatiblyIncludes(EQuals, getASTContext())) in handlerCanCatch()