Home
last modified time | relevance | path

Searched defs:isInstanceMethod (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexUSRs.cpp101 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod()
/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h662 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h428 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3672 AST_MATCHER(ObjCMethodDecl, isInstanceMethod) { in AST_MATCHER() argument
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp155 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function