Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp701 auto GetMethodType = [this, St, MTA](const CXXMethodDecl *CMD, FuncType &Type, in checkMustTailAttr() local
738 if (!GetMethodType(CMD, CallerType, false)) in checkMustTailAttr()
755 if (!GetMethodType(CMD, CalleeType, true)) in checkMustTailAttr()