Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h120 inline bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp33 bool isInstanceMethod, StringRef ClassName, in mangleObjCMethodName()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h697 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h426 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3843 AST_MATCHER(ObjCMethodDecl, isInstanceMethod) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp841 bool isInstanceMethod = in arrangeLLVMFunctionInfo() local