Searched refs:isInstanceMethod (Results 1 - 25 of 41) sorted by relevance

12

/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
H A DIndexDecl.cpp30 D->isInstanceMethod());
H A DIndexingContext.cpp1004 if (cast<ObjCMethodDecl>(D)->isInstanceMethod())
/external/clang/lib/AST/
H A DDeclObjC.cpp90 if (MD && MD->isInstanceMethod() == isInstance)
108 if (MD && MD->isInstanceMethod() && !MD->isImplicit())
738 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
743 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
749 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
755 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
762 isInstanceMethod());
774 isInstanceMethod()))
781 isInstanceMethod()))
787 isInstanceMethod());
[all...]
H A DMangle.cpp242 OS << (MD->isInstanceMethod() ? '-' : '+') << '[' << CD->getName();
H A DComment.cpp185 IsInstanceMethod = MD->isInstanceMethod();
H A DASTImporter.cpp3209 if (FoundMethod->isInstanceMethod() != D->isInstanceMethod())
3216 << D->isInstanceMethod() << Name << D->getReturnType()
3220 << D->isInstanceMethod() << Name;
3227 << D->isInstanceMethod() << Name
3231 << D->isInstanceMethod() << Name;
3243 << D->isInstanceMethod() << Name
3255 << D->isInstanceMethod() << Name;
3258 << D->isInstanceMethod() << Name;
3276 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(),
[all...]
H A DDeclPrinter.cpp918 if (OMD->isInstanceMethod())
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp216 } else if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) {
H A DTransZeroOutPropsInDealloc.cpp102 !(D->isInstanceMethod() && D->getSelector() == FinalizeSel))
H A DObjCMT.cpp848 ClassString = OM->isInstanceMethod() ? '-' : '+';
1036 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() ||
1131 !OM->isInstanceMethod() ||
1174 if (OM->isInstanceMethod() ||
H A DTransforms.cpp541 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp436 InterfD->isInstanceMethod());
488 InterfD->isInstanceMethod());
H A DRetainCountChecker.cpp754 if (MD->isInstanceMethod())
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h397 bool isInstanceMethod() const { return InstanceMethod; } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp278 if (MDecl->isInstanceMethod())
371 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod());
425 MDecl->isInstanceMethod());
847 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) &&
2301 if (!chosen->isInstanceMethod())
2570 if (Method->isInstanceMethod()) {
2820 method->isInstanceMethod() ? it->second.first : it->second.second;
2924 Method->isInstanceMethod(),
2977 ObjCMethod->isInstanceMethod()
[all...]
H A DSemaCodeComplete.cpp191 if (Method->isInstanceMethod())
2006 if (Method->isInstanceMethod())
2925 return cast<ObjCMethodDecl>(D)->isInstanceMethod()
4813 if (M->isInstanceMethod() == WantInstanceMethods ||
5064 if (Method->isInstanceMethod())
5122 CurMethod->isInstanceMethod());
5128 CurMethod->isInstanceMethod())))
5260 if (CurMethod->isInstanceMethod()) {
6127 if (M->isInstanceMethod() == WantInstanceMethods) {
H A DSemaExprObjC.cpp1150 if (Method->isInstanceMethod() && isClassMessage)
1198 iface->getMethod(MD->getSelector(), MD->isInstanceMethod());
1268 << Method->isInstanceMethod() << Method->getSelector()
1724 if (CurMethod->isInstanceMethod()) {
1957 if (Method->isInstanceMethod()) {
H A DSemaPseudoObject.cpp703 if ((Getter->isInstanceMethod() && !RefExpr->isClassReceiver()) ||
777 if ((Setter->isInstanceMethod() && !RefExpr->isClassReceiver()) ||
H A DSemaLookup.cpp1000 if (Method->isInstanceMethod() && Name.getAsIdentifierInfo())
3139 if (Method->isInstanceMethod()) {
3928 if (Method->isInstanceMethod() && Method->getClassInterface() &&
H A DSemaDeclAttr.cpp108 static bool isInstanceMethod(const Decl *D) { function
226 bool HasImplicitThisParam = isInstanceMethod(D);
2491 bool HasImplicitThisParam = isInstanceMethod(D);
/external/clang/lib/Index/
H A DUSRGeneration.cpp328 Out << (D->isInstanceMethod() ? "(im)" : "(cm)")
/external/clang/include/clang/AST/
H A DDeclObjC.h410 bool isInstanceMethod() const { return IsInstance; } function in class:clang::ObjCList
552 &ObjCMethodDecl::isInstanceMethod>
/external/lldb/source/Expression/
H A DClangUserExpression.cpp225 if (!method_decl->isInstanceMethod())
/external/clang/include/clang-c/
H A DIndex.h3373 unsigned isInstanceMethod,

Completed in 823 milliseconds

12