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

/external/clang/tools/libclang/
H A DCIndexUSRs.cpp104 unsigned isInstanceMethod,
109 generateUSRForObjCMethod(name, isInstanceMethod, OS);
103 clang_constructUSR_ObjCMethod(const char *name, unsigned isInstanceMethod, CXString classUSR) argument
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h397 bool isInstanceMethod() const { return InstanceMethod; } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
/external/clang/include/clang/AST/
H A DDeclObjC.h410 bool isInstanceMethod() const { return IsInstance; } function in class:clang::ObjCList
552 &ObjCMethodDecl::isInstanceMethod>
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp108 static bool isInstanceMethod(const Decl *D) { function
226 bool HasImplicitThisParam = isInstanceMethod(D);
2491 bool HasImplicitThisParam = isInstanceMethod(D);

Completed in 101 milliseconds