Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCIndexUSRs.cpp101 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod()
/external/clang/tools/libclang/
DCIndexUSRs.cpp104 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h553 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h640 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h431 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod() function
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp527 TEST(Matcher, isInstanceMethod) { in TEST() argument
/external/clang/include/clang/AST/
DDeclObjC.h414 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3422 AST_MATCHER(ObjCMethodDecl, isInstanceMethod) { in AST_MATCHER() argument
/external/clang/lib/Sema/
DSemaDeclAttr.cpp137 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp148 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function