Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexUSRs.cpp101 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h662 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h431 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp726 TEST(Matcher, isInstanceMethod) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3671 AST_MATCHER(ObjCMethodDecl, isInstanceMethod) { in AST_MATCHER() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp154 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function