Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp929 const FunctionProtoType *FromFunc = GetUnderlyingFunction(From->getType()); in CheckExceptionSpecCompatibility() local
930 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
957 From->getSourceRange().getBegin(), FromFunc, SourceLocation()) && in CheckExceptionSpecCompatibility()