Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp932 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
937 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3556 assert(hasDependentExceptionSpec() && "type should not be canonical"); in FunctionProtoType()
3585 bool FunctionProtoType::hasDependentExceptionSpec() const { in hasDependentExceptionSpec() function in FunctionProtoType
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4473 bool hasDependentExceptionSpec() const;