Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp782 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
787 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp2644 bool FunctionProtoType::hasDependentExceptionSpec() const { in hasDependentExceptionSpec() function in FunctionProtoType
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h3182 bool hasDependentExceptionSpec() const;