Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp811 const FunctionProtoType *FromFunc = GetUnderlyingFunction(From->getType()); in CheckExceptionSpecCompatibility() local
812 if (!FromFunc || FromFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
830 FromFunc, SourceLocation()); in CheckExceptionSpecCompatibility()