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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp27 static const FunctionProtoType *GetUnderlyingFunction(QualType T) function in namespace:clang
869 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target);
872 const FunctionProtoType *SFunc = GetUnderlyingFunction(Source);
918 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType);
923 const FunctionProtoType *FromFunc = GetUnderlyingFunction(From->getType());

Completed in 106 milliseconds