Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h53 void setMethod(ObjCMethodDecl *M) { in setMethod() function
H A DSema.h1468 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } in setMethod() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h863 ObjCMethodDecl *setMethod, SourceLocation RB) in ObjCSubscriptRefExpr() argument
865 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3388 Result->setMethod(DD); in LookupSpecialMember()
3488 Result->setMethod(nullptr); in LookupSpecialMember()
3536 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
3541 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
3546 Result->setMethod(nullptr); in LookupSpecialMember()
3551 Result->setMethod(nullptr); in LookupSpecialMember()
H A DSemaDeclObjC.cpp3327 List->setMethod(Method); in addMethodToGlobalList()
3391 List->setMethod(Method); in addMethodToGlobalList()
3397 List->setMethod(Method); in addMethodToGlobalList()
3411 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4252 List->setMethod(List->getNext()->getMethod()); in moveMethodToBackOfGlobalList()
4254 List->setMethod(Method); in moveMethodToBackOfGlobalList()