Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h604 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h422 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp144 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function