Home
last modified time | relevance | path

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

/llvm-project/clang/tools/libclang/
H A DCIndexUSRs.cpp101 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod()
/llvm-project/clang/include/clang/Sema/
H A DAttr.h120 inline bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h679 bool isInstanceMethod() const { return InstanceMethod; } isInstanceMethod() function
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h426 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp769 TEST(Matcher,isInstanceMethod) TEST() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3750 AST_MATCHER(ObjCMethodDecl,isInstanceMethod) AST_MATCHER() argument
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp776 bool isInstanceMethod = arrangeLLVMFunctionInfo() local