Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp28 static const FunctionProtoType *GetUnderlyingFunction(QualType T) in GetUnderlyingFunction() function
866 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target); in CheckSpecForTypesEquivalent()
869 const FunctionProtoType *SFunc = GetUnderlyingFunction(Source); in CheckSpecForTypesEquivalent()
911 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility()
916 const FunctionProtoType *FromFunc = GetUnderlyingFunction(From->getType()); in CheckExceptionSpecCompatibility()