Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp110 for (lookup_iterator Meth = R.begin(), MethEnd = R.end(); in getMethod() local
111 Meth != MethEnd; ++Meth) { in getMethod()
112 auto *MD = dyn_cast<ObjCMethodDecl>(*Meth); in getMethod()
128 for (lookup_iterator Meth = R.begin(), MethEnd = R.end(); in HasUserDeclaredSetterMethod() local
129 Meth != MethEnd; ++Meth) { in HasUserDeclaredSetterMethod()
130 auto *MD = dyn_cast<ObjCMethodDecl>(*Meth); in HasUserDeclaredSetterMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10125 if (CXXMethodDecl *Meth = dyn_cast<CXXMethodDecl>(Fn)) { in ClassifyOverloadCandidate() local
10128 if (!Meth->isImplicit()) in ClassifyOverloadCandidate()
10131 if (Meth->isMoveAssignmentOperator()) in ClassifyOverloadCandidate()
10134 if (Meth->isCopyAssignmentOperator()) in ClassifyOverloadCandidate()
10137 assert(isa<CXXConversionDecl>(Meth) && "expected conversion"); in ClassifyOverloadCandidate()
11025 CXXMethodDecl *Meth = dyn_cast<CXXMethodDecl>(Callee); in DiagnoseBadTarget() local
11026 if (Meth != nullptr && Meth->isImplicit()) { in DiagnoseBadTarget()
11027 CXXRecordDecl *ParentClass = Meth->getParent(); in DiagnoseBadTarget()
11051 if (Meth->getNumParams()) { in DiagnoseBadTarget()
11053 Meth->getParamDecl(0)->getType()->getAs<ReferenceType>()) { in DiagnoseBadTarget()
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Drandom4143 // variables', Commun. Statist. - Theor. Meth. 15(3), 805-813.