Searched refs:isClassMethod (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h424 bool isClassMethod() const { return !IsInstance; } function in class:clang::ObjCList
755 &ObjCMethodDecl::isClassMethod>
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp890 bool isClassMethod) {
894 return (Twine(isClassMethod ? "_c_" : "_i_") + ClassName + "_" +
2622 bool isClassMethod = !OMD->isInstanceMethod(); local
2628 MethodName, isClassMethod);
888 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument
H A DCGObjC.cpp66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
H A DCGObjCMac.cpp1894 } else if (ClassReceiver && Method && Method->isClassMethod()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2520 match = !(MethodDecl->isClassMethod() &&
4332 InferRelatedResultType = ObjCMethod->isClassMethod();
4545 if (Method->isClassMethod())
H A DSemaExpr.cpp2386 bool IsClassMethod = CurMethod->isClassMethod();
9599 DiagID = method->isClassMethod()
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1013 assert(isClassMethod());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4410 if (objc_method_decl->isClassMethod())
4441 if (objc_method_decl->isClassMethod())

Completed in 363 milliseconds