Home
last modified time | relevance | path

Searched defs:setMethod (Results 1 – 3 of 3) sorted by relevance

/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/lib/AST/
H A DExpr.cpp4215 ObjCMethodDecl *setMethod, in Create()