Home
last modified time | relevance | path

Searched refs:isClassMethod (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/
H A DAnnotationsChecker.py273 function.isClassMethod and
309 function.isClassMethod, function.classDecoratorType,
316 function.isClassMethod, isFirstArg,
327 def __returnErrorClassifier(self, isClassMethod, classDecoratorType, argument
343 if isClassMethod:
359 def __argumentErrorClassifier(self, isClassMethod, isFirstArg, argument
377 if isClassMethod and isFirstArg:
H A DAnnotationsFunctionVisitor.py91 functionType=FunctionType.PUBLIC, isClassMethod=False, argument
132 self.isClassMethod = isClassMethod
436 if not funcObj.isClassMethod:
543 Function.fromNode(node, self.lines, isClassMethod=True)
/dports/devel/kdev-python/kdev-python-21.12.3/duchain/declarations/
H A Dfunctiondeclaration.h81 inline bool isClassMethod() const { in isClassMethod() function
85 inline void setClassMethod(bool isClassMethod) { in setClassMethod() argument
86 d_func_dynamic()->m_isClassMethod = isClassMethod; in setClassMethod()
/dports/devel/gorm/apps-gorm-04554d2/GormObjCHeaderParser/
H A DOCMethod.m68 - (BOOL) isClassMethod
70 return isClassMethod;
75 isClassMethod = flag;
114isClassMethod = ([methodString compare: @"+" options: NSLiteralSearch range: NSMakeRange(0,1)] == …
115 if(isClassMethod)
127 isClassMethod == NO)
H A DOCMethod.h37 BOOL isClassMethod; variable
45 - (BOOL) isClassMethod;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DMethod.java33 public final boolean isClassMethod; field in Method
43 this.isClassMethod = "true".equals(getAttr(node, "class_method")); in Method()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DMethod.java33 public final boolean isClassMethod; field in Method
43 this.isClassMethod = "true".equals(getAttr(node, "class_method")); in Method()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/sebastian/code-unit/src/
H A DClassMethodUnit.php20 public function isClassMethod(): bool function in SebastianBergmann\\CodeUnit\\ClassMethodUnit
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp104 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp104 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp104 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/google/
H A DAvoidNSObjectNewCheck.cpp103 objcMethodDecl(isClassMethod(), isDefinition(), hasName("new")) in registerMatchers()
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DInlineCalls.java391 if (! exp.isProcedureName() && decl.isClassMethod()) { in visitReferenceExp()
695 && ! exp.isClassMethod() && firstDecl.type == null) { in visitLambdaExp()
705 if (ldecl != null && ! exp.isClassMethod() && ldecl.isModuleLocal()) { in visitLambdaExp()
748 if (exp.isClassMethod() && "*init*".equals(exp.getName())) { in visitLambdaExp()
824 if (decl.isClassMethod() && !ae.hasTarget(ElementType.METHOD)) in visitAnnotations()
855 if (! exp.isDefining() && decl != null && decl.isClassMethod()) in visitSetExp()
H A DLambdaExp.java273 public final boolean isClassMethod() { in isClassMethod() method in LambdaExp
299 if (isClassMethod() in setCallConvention()
357 && ! isClassMethod()); in isHandlingTailCalls()
532 if (isClassMethod() && ! "*init*".equals(getName())) in declareClosureEnv()
647 || isModuleBody() || isClassMethod() || isHandlingTailCalls())) { in compileEnd()
957 else if (isClassMethod()) { in addMethodFor()
983 if (isClassMethod()) in addMethodFor()
1016 if (isClassMethod() && outer instanceof ClassExp in addMethodFor()
1522 if (nameDecl != null && ! isClassMethod()) // Only if i == numStubs ??? in compileAsMethod()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/
H A Dsc_introspection.hpp128 …bool isClassMethod(const Method* method) const { return (method->ownerClass->name.get().startsWith… in isClassMethod() function in ScIDE::ScLanguage::Introspection
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp108 return OMD->isClassMethod() ? HighlightingKind::StaticMethod in kindForDecl()
231 return OMD->isClassMethod(); in isStatic()
543 highlightObjCSelector(Locs, /*Decl=*/true, OMD->isClassMethod(), in VisitObjCMethodDecl()
567 if (OMD->isClassMethod()) in highlightObjCImplicitPropertyRef()

12345678910>>...13