Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDAttr.h120 inline bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h679 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h426 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h3750 AST_MATCHER(ObjCMethodDecl, isInstanceMethod) { in AST_MATCHER() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp775 bool isInstanceMethod = in arrangeLLVMFunctionInfo() local