Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexUSRs.cpp104 unsigned isInstanceMethod, in clang_constructUSR_ObjCMethod()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h397 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() function
/external/clang/include/clang/AST/
DDeclObjC.h410 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function
/external/clang/lib/Sema/
DSemaDeclAttr.cpp108 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function