HomeSort by relevance Sort by last modified time
    Searched defs:IsInstance (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_formproxy.cpp 27 bool CFWL_FormProxy::IsInstance(const CFX_WideStringC& wsClass) const {
30 return CFWL_Form::IsInstance(wsClass);
cfwl_form.cpp 49 bool CFWL_Form::IsInstance(const CFX_WideStringC& wsClass) const {
52 return CFWL_Widget::IsInstance(wsClass);
cfwl_widget.cpp 66 bool CFWL_Widget::IsInstance(const CFX_WideStringC& wsClass) const {
  /external/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /external/v8/src/debug/
liveedit.h 288 static bool IsInstance(Handle<JSArray> array) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 53 bool IsInstance;
55 IdentifyingPassPtr() : P(nullptr), IsInstance(false) {}
56 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {}
57 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
60 bool isInstance() const { return IsInstance; }
63 assert(!IsInstance && "Not a Pass ID");
67 assert(IsInstance && "Not a Pass Instance");
  /external/clang/lib/AST/
DeclObjC.cpp 68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
90 if (MD && MD->isInstanceMethod() == isInstance)
654 bool isInstance,
671 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
676 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
682 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
693 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
753 DeclContext *contextDecl, bool isInstance, bool isVariadic,
757 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
    [all...]

Completed in 1224 milliseconds