Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DObjCMethodList.h53 void setMethod(ObjCMethodDecl *M) { in setMethod() function
H A DSema.h1344 void setMethod(CXXMethodDecl *MD) { Pair.setPointer(MD); } in setMethod() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h860 ObjCMethodDecl *setMethod, SourceLocation RB) in ObjCSubscriptRefExpr() argument
862 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3104 Result->setMethod(DD); in LookupSpecialMember()
3204 Result->setMethod(nullptr); in LookupSpecialMember()
3252 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
3257 Result->setMethod(cast<CXXMethodDecl>(Best->Function)); in LookupSpecialMember()
3262 Result->setMethod(nullptr); in LookupSpecialMember()
3267 Result->setMethod(nullptr); in LookupSpecialMember()
H A DSemaDeclObjC.cpp3314 List->setMethod(Method); in addMethodToGlobalList()
3378 List->setMethod(Method); in addMethodToGlobalList()
3384 List->setMethod(Method); in addMethodToGlobalList()
3398 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4033 List->setMethod(List->getNext()->getMethod()); in moveMethodToBackOfGlobalList()
4035 List->setMethod(Method); in moveMethodToBackOfGlobalList()