HomeSort by: relevance | last modified time | path
    Searched refs:IsInstance (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetPassConfig.h 58 bool IsInstance = false;
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
66 bool isInstance() const { return IsInstance; }
69 assert(!IsInstance && "Not a Pass ID");
74 assert(IsInstance && "Not a Pass Instance");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 174 DeclContext *contextDecl, bool isInstance = true,
235 DeclContext *contextDecl, bool isInstance = true,
431 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; }
433 ObjCMethodDeclBits.IsInstance = isInst;
1060 ObjCMethodDecl *getMethod(Selector Sel, bool isInstance,
1065 return getMethod(Sel, true/*isInstance*/, AllowHidden);
1069 return getMethod(Sel, false/*isInstance*/, AllowHidden);
1334 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const {
1335 return isInstance ? getCategoryInstanceMethod(Sel)
1817 ObjCMethodDecl *lookupMethod(Selector Sel, bool isInstance,
    [all...]
DeclBase.h 1665 uint64_t IsInstance : 1;
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
113 if (MD && MD->isInstanceMethod() == isInstance)
685 bool isInstance,
702 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
707 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
713 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
723 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance)))
783 bool isInstance, bool isVariadic, bool isPropertyAccessor,
793 setInstanceMethod(isInstance);
813 DeclContext *contextDecl, bool isInstance, bool isVariadic
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4501 bool IsInstance,
9692 bool IsInstance);
9694 bool IsInstance);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 6488 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance,
12523 cast<CXXMethodDecl>(fn)->isInstance()) {

Completed in 57 milliseconds