Home
last modified time | relevance | path

Searched defs:setMethod (Results 1 – 3 of 3) 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()