Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp660 auto GetMethodType = [this, St, MTA](const CXXMethodDecl *CMD, FuncType &Type, in checkMustTailAttr() local
697 if (!GetMethodType(CMD, CallerType, false)) in checkMustTailAttr()
714 if (!GetMethodType(CMD, CalleeType, true)) in checkMustTailAttr()