Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp919 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
924 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3231 assert(hasDependentExceptionSpec() && "type should not be canonical"); in FunctionProtoType()
3260 bool FunctionProtoType::hasDependentExceptionSpec() const { in hasDependentExceptionSpec() function in FunctionProtoType
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4141 bool hasDependentExceptionSpec() const;