Searched refs:isInstance (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp244 assert(((!InsertedPassID.isInstance() &&
246 (InsertedPassID.isInstance() &&
323 if (FinalPtr.isInstance())
340 if ((*I).second.isInstance())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, argument
90 if (MD && MD->isInstanceMethod() == isInstance)
460 bool isInstance,
474 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
481 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
489 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
499 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
559 bool isInstance,
568 isInstance, isVariadic, isPropertyAccessor,
1463 bool isInstance) cons
459 lookupMethod(Selector Sel, bool isInstance, bool shallowCategoryLookup, const ObjCCategoryDecl *C) const argument
553 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
[all...]
H A DComment.cpp173 IsInstanceMethod = MD->isInstance();
H A DExprClassification.cpp412 if (isa<CXXMethodDecl>(D) && cast<CXXMethodDecl>(D)->isInstance())
H A DDeclCXX.cpp1535 assert(isInstance() && "No 'this' for static methods!");
H A DMicrosoftMangle.cpp1300 if (MD->isInstance())
H A DDecl.cpp1457 return cast<CXXMethodDecl>(D)->isInstance();
1460 ->getTemplatedDecl())->isInstance();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h230 bool isInstance = true,
239 IsInstance(isInstance), IsVariadic(isVariadic),
264 bool isInstance = true,
540 ObjCMethodDecl *getMethod(Selector Sel, bool isInstance,
544 return getMethod(Sel, true/*isInstance*/, AllowHidden);
547 return getMethod(Sel, false/*isInstance*/, AllowHidden);
747 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const {
748 return isInstance ? getInstanceMethod(Sel)
1143 ObjCMethodDecl *lookupMethod(Selector Sel, bool isInstance,
1148 return lookupMethod(Sel, true/*isInstance*/, shallowCategoryLooku
[all...]
H A DDeclCXX.h1665 bool isInstance() const { return !isStatic(); } function in class:clang::CXXMethodDecl
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DPasses.h67 bool isInstance() const { return IsInstance; } function in class:llvm::IdentifyingPassPtr
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp601 if (D && isa<CXXMethodDecl>(D) && cast<CXXMethodDecl>(D)->isInstance()) {
698 if ((MD = dyn_cast<CXXMethodDecl>(FD)) && MD->isInstance()) {
H A DItaniumCXXABI.cpp565 assert(MD->isInstance() && "Member function must not be static!");
869 assert(MD->isInstance());
H A DCGExprCXX.cpp36 assert(MD->isInstance() &&
285 assert(MD->isInstance() &&
H A DCGCall.cpp184 if (MD->isInstance()) {
248 if (MD->isInstance())
H A DCGClass.cpp1704 assert(D->isInstance() &&
H A DMicrosoftCXXABI.cpp1410 assert(MD->isInstance() && "Member function must not be static!");
H A DCodeGenModule.cpp1321 if (!D->isInstance())
2840 /*isInstance=*/true, /*isVariadic=*/false,
2861 D, /*isInstance=*/true,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp231 /*isInstance=*/false, /*isVariadic=*/false,
500 /*isInstance=*/false, /*isVariadic=*/false,
1398 bool isInstance) {
1402 if (ObjCMethodDecl *method = iface->lookupMethod(sel, isInstance))
1407 if (ObjCMethodDecl *method = iface->lookupPrivateMethod(sel, isInstance))
1414 if (ObjCMethodDecl *method = (*i)->lookupMethod(sel, isInstance))
1397 LookupMethodInObjectType(Selector sel, QualType type, bool isInstance) argument
H A DSemaExprMember.cpp1076 if (MemberFn->isInstance()) {
H A DSemaExpr.cpp1743 bool isInstance = CurMethod && local
1744 CurMethod->isInstance() &&
1753 if (isInstance) {
2038 if (MD && MD->isInstance() && MD->getParent()->hasAnyDependentBases()) {
3951 if (Method->isInstance())
9731 return Method->isInstance();
9744 if (Method->isInstance())
12658 cast<CXXMethodDecl>(VD)->isInstance()))
12956 if (MD->isInstance()) {
H A DSemaChecking.cpp2090 if (MD->isInstance())
2113 if (MD->isInstance())
H A DSemaCodeComplete.cpp997 if (Method->isInstance()) {
3266 if (CurMethod->isInstance())
H A DSemaTemplate.cpp416 cast<CXXMethodDecl>(DC)->isInstance()) {
5097 if (isa<CXXMethodDecl>(VD) && cast<CXXMethodDecl>(VD)->isInstance())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp917 if (MD->isInstance())
H A DExprEngine.cpp925 if (MD->isInstance()) {
1776 if (MD->isInstance())

Completed in 480 milliseconds

12