Home
last modified time | relevance | path

Searched defs:isInstance (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h66 bool isInstance() const { return IsInstance; } in isInstance() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod()
685 bool isInstance, in lookupMethod()
783 bool isInstance, bool isVariadic, bool isPropertyAccessor, in ObjCMethodDecl()
813 DeclContext *contextDecl, bool isInstance, bool isVariadic, in Create()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1334 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod()
H A DDeclCXX.h1974 bool isInstance() const { return !isStatic(); } in isInstance() function
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1937 bool isInstance) { in LookupMethodInObjectType()
H A DSemaDeclObjC.cpp4657 bool isInstance = Method->isInstanceMethod(); in checkObjCDirectMethodClashes() local
H A DSemaExpr.cpp2151 bool isInstance = CurMethod && CurMethod->isInstance() && in DiagnoseDependentMemberLookup() local