Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp807 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
812 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp917 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
922 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
/external/llvm-project/clang/lib/AST/
DType.cpp3223 assert(hasDependentExceptionSpec() && "type should not be canonical"); in FunctionProtoType()
3252 bool FunctionProtoType::hasDependentExceptionSpec() const { in hasDependentExceptionSpec() function in FunctionProtoType
/external/clang/lib/AST/
DType.cpp2739 bool FunctionProtoType::hasDependentExceptionSpec() const { in hasDependentExceptionSpec() function in FunctionProtoType
/external/clang/include/clang/AST/
DType.h3323 bool hasDependentExceptionSpec() const;
/external/llvm-project/clang/include/clang/AST/
DType.h4130 bool hasDependentExceptionSpec() const;