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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp28 static const FunctionProtoType *GetUnderlyingFunction(QualType T) function in namespace:clang
881 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target);
884 const FunctionProtoType *SFunc = GetUnderlyingFunction(Source);
931 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType);
936 const FunctionProtoType *FromFunc = GetUnderlyingFunction(From->getType());

Completed in 174 milliseconds