Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dclass-property-access.m22 - (void) setMethod : (int)arg;
54 [RootClass setMethod : 3];
55 [Subclass setMethod : 4];
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DObjCMethodList.h44 void setMethod(ObjCMethodDecl *M) { in setMethod() function
H A DSema.h845 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } in setMethod() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h805 ObjCMethodDecl *setMethod, SourceLocation RB)
814 SetAtIndexMethodDecl(setMethod)
824 ObjCMethodDecl *setMethod,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2426 Result->setMethod(DD); in LookupSpecialMember()
2511 Result->setMethod(nullptr); in LookupSpecialMember()
2562 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
2567 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
2572 Result->setMethod(nullptr); in LookupSpecialMember()
2577 Result->setMethod(nullptr); in LookupSpecialMember()
H A DSemaDeclObjC.cpp2231 List->setMethod(Method); in addMethodToGlobalList()
2264 List->setMethod(Method); in addMethodToGlobalList()
2270 List->setMethod(Method); in addMethodToGlobalList()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp4215 ObjCMethodDecl *setMethod, in Create() argument
4220 getMethod, setMethod, RB); in Create()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3469 List->setMethod(List->getNext()->getMethod()); in moveMethodToBackOfGlobalList()
3471 List->setMethod(Method); in moveMethodToBackOfGlobalList()