Home
last modified time | relevance | path

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

/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/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp76 AST_MATCHER(clang::CXXMethodDecl, isInstanceMethod) { in AST_MATCHER() argument
/external/clang/include/clang/AST/
DDeclObjC.h414 bool isInstanceMethod() const { return IsInstance; } in isInstanceMethod() function
/external/clang/lib/Sema/
DSemaDeclAttr.cpp137 static bool isInstanceMethod(const Decl *D) { in isInstanceMethod() function