Searched defs:isInstanceMethod (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h586 bool isInstanceMethod() const { return InstanceMethod; } function in class:clang::CodeGen::ABIArgInfo::final
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h423 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } function in class:clang::ObjCList
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1099 bool isInstanceMethod = FI.isInstanceMethod(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp144 static bool isInstanceMethod(const Decl *D) { function

Completed in 272 milliseconds