Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h53 void setMethod(ObjCMethodDecl *M) { in setMethod() function
H A DSema.h9243 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } in setMethod() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h857 ObjCMethodDecl *setMethod, SourceLocation RB) in ObjCSubscriptRefExpr() argument
859 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3431 Result->setMethod(DD); in LookupSpecialMember()
3533 Result->setMethod(nullptr); in LookupSpecialMember()
3583 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
3588 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
3593 Result->setMethod(nullptr); in LookupSpecialMember()
3598 Result->setMethod(nullptr); in LookupSpecialMember()
H A DSemaDeclObjC.cpp3338 List->setMethod(Method); in addMethodToGlobalList()
3402 List->setMethod(Method); in addMethodToGlobalList()
3408 List->setMethod(Method); in addMethodToGlobalList()
3422 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4562 List->setMethod(List->getNext()->getMethod()); in moveMethodToBackOfGlobalList()
4564 List->setMethod(Method); in moveMethodToBackOfGlobalList()