Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h586 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h423 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h3180 AST_MATCHER(ObjCMethodDecl, isInstanceMethod) { in AST_MATCHER() argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1099 bool isInstanceMethod = FI.isInstanceMethod(); in classifyReturnType() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp144 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function