Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp677 auto GetMethodType = [this, St, MTA](const CXXMethodDecl *CMD, FuncType &Type, in checkMustTailAttr() local
714 if (!GetMethodType(CMD, CallerType, false)) in checkMustTailAttr()
731 if (!GetMethodType(CMD, CalleeType, true)) in checkMustTailAttr()