Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp924 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
929 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3287 assert(hasDependentExceptionSpec() && "type should not be canonical"); in FunctionProtoType()
3316 bool FunctionProtoType::hasDependentExceptionSpec() const { in hasDependentExceptionSpec() function in FunctionProtoType
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4211 bool hasDependentExceptionSpec() const;