Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp807 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
812 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
/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;