Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h668 bool isInstanceMethod() const { return InstanceMethod; } isInstanceMethod() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h426 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3749 AST_MATCHER(ObjCMethodDecl,isInstanceMethod) AST_MATCHER() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp766 bool isInstanceMethod = arrangeLLVMFunctionInfo() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp156 static bool isInstanceMethod(const Decl *D) { isInstanceMethod() function