Searched defs:IsInstance (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_formproxy.cpp27 bool CFWL_FormProxy::IsInstance(const CFX_WideStringC& wsClass) const { function in class:CFWL_FormProxy
30 return CFWL_Form::IsInstance(wsClass);
H A Dcfwl_form.cpp49 bool CFWL_Form::IsInstance(const CFX_WideStringC& wsClass) const { function in class:CFWL_Form
52 return CFWL_Widget::IsInstance(wsClass);
H A Dcfwl_widget.cpp66 bool CFWL_Widget::IsInstance(const CFX_WideStringC& wsClass) const { function in class:CFWL_Widget
/external/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h53 bool IsInstance; member in class:llvm::IdentifyingPassPtr
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/
H A Dliveedit.h325 static bool IsInstance(Handle<JSArray> array) { function in class:v8::internal::SharedInfoWrapper
/external/clang/lib/AST/
H A DDeclObjC.cpp1240 bool IsInstance = isInstanceMethod(); local
1246 if (IsInstance) {
/external/clang/lib/Sema/
H A DSemaOverload.cpp5864 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, argument

Completed in 285 milliseconds