Home
last modified time | relevance | path

Searched defs:IsInstance (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_formproxy.cpp27 bool CFWL_FormProxy::IsInstance(const WideStringView& wsClass) const { in IsInstance() function in CFWL_FormProxy
Dcfwl_form.cpp48 bool CFWL_Form::IsInstance(const WideStringView& wsClass) const { in IsInstance() function in CFWL_Form
Dcfwl_widget.cpp66 bool CFWL_Widget::IsInstance(const WideStringView& wsClass) const { in IsInstance() function in CFWL_Widget
/external/llvm/include/llvm/CodeGen/
DTargetPassConfig.h53 bool IsInstance; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h57 bool IsInstance = false; variable
/external/clang/lib/AST/
DDeclObjC.cpp1240 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local
/external/clang/include/clang/AST/
DDeclObjC.h123 unsigned IsInstance : 1; variable
/external/clang/lib/Sema/
DSemaOverload.cpp5864 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod()