Home
last modified time | relevance | path

Searched refs:constructorCall (Results 1 – 25 of 61) sorted by relevance

123

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DConstructorDeclaration.java56 this.constructorCall); in analyseCode()
82 if (constructorCall != null) { in analyseCode()
117 if ((constructorCall != null) in analyseCode()
361 || this.constructorCall.binding == null in isRecursive()
362 || this.constructorCall.isSuperAccess() in isRecursive()
393 constructorCall.sourceEnd = sourceEnd; in parseStatements()
412 if (this.constructorCall != null) { in resolveStatements()
419 this.constructorCall); in resolveStatements()
421 this.constructorCall = null; in resolveStatements()
433 if (constructorCall != null) { in toStringStatements()
[all …]
H A DAnonymousLocalTypeDeclaration.java63 cd.constructorCall = SuperReference.implicitSuperConstructorCall(); in createsInternalConstructorWithBinding()
64 cd.constructorCall.sourceStart = sourceStart; in createsInternalConstructorWithBinding()
65 cd.constructorCall.sourceEnd = sourceEnd; in createsInternalConstructorWithBinding()
69 args = cd.constructorCall.arguments = new Expression[argumentsLength]; in createsInternalConstructorWithBinding()
100 cd.constructorCall.resolve(cd.scope); in createsInternalConstructorWithBinding()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DConstructorDeclaration.java26 public ExplicitConstructorCall constructorCall; field in ConstructorDeclaration
81 if (constructorCall != null) { in analyseCode()
111 if ((constructorCall != null) in analyseCode()
269 if (constructorCall != null) { in internalGenerateCode()
333 || this.constructorCall == null in isRecursive()
334 || this.constructorCall.binding == null in isRecursive()
363 constructorCall.sourceEnd = sourceEnd; in parseStatements()
373 if (constructorCall != null) { in printBody()
408 if (this.constructorCall != null) { in resolveStatements()
416 this.constructorCall = null; in resolveStatements()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DConstructorDeclaration.java75 if (this.constructorCall == null) in analyseCode()
151 if (this.constructorCall != null) { in analyseCode()
194 if ((this.constructorCall != null) in analyseCode()
395 if (this.constructorCall != null) { in internalGenerateCode()
471 || this.constructorCall == null in isRecursive()
472 || this.constructorCall.binding == null in isRecursive()
473 || this.constructorCall.isSuperAccess() in isRecursive()
508 if (this.constructorCall != null) { in printBody()
558 if (this.constructorCall != null) { in resolveStatements()
565 this.constructorCall = null; in resolveStatements()
[all …]
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/test/
H A Djsparsertest.cpp25 , constructorCall(QString::fromUtf8(constructor)) in JsTestData()
29 QString constructorCall; member
209 << codeStr.arg(data.constructorCall) << data.check; in testUpdateFunc_data()
213 << codeStr.arg(data.constructorCall) << data.check; in testUpdateFunc_data()
217 << codeStr.arg(data.constructorCall) << data.check; in testUpdateFunc_data()
247 << codeStr.arg(data.constructorCall) << data.check; in testValidationFunc_data()
251 << codeStr.arg(data.constructorCall) << data.check; in testValidationFunc_data()
255 << codeStr.arg(data.constructorCall) << data.check; in testValidationFunc_data()
281 << codeStr.arg(data.constructorCall) << data.check; in testName_data()
285 << codeStr.arg(data.constructorCall) << data.check; in testName_data()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DConstructorDeclaration.java82 if (this.constructorCall == null) in analyseCode()
155 if (this.constructorCall != null) { in analyseCode()
202 if ((this.constructorCall != null) in analyseCode()
433 if (this.constructorCall != null) { in internalGenerateCode()
550 || this.constructorCall == null in isRecursive()
551 || this.constructorCall.binding == null in isRecursive()
552 || this.constructorCall.isSuperAccess() in isRecursive()
589 if (this.constructorCall != null) { in printBody()
642 if (this.constructorCall != null) { in resolveStatements()
649 this.constructorCall = null; in resolveStatements()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/
H A DSourceElementParser.java744 ExplicitConstructorCall constructorCall = constructorDeclaration.constructorCall; in notifySourceElementRequestor() local
745 if (constructorCall != null) { in notifySourceElementRequestor()
746 switch (constructorCall.accessMode) { in notifySourceElementRequestor()
750 constructorCall.arguments == null ? 0 in notifySourceElementRequestor()
752 constructorCall.sourceStart); in notifySourceElementRequestor()
760 constructorCall.sourceStart); in notifySourceElementRequestor()
807 ExplicitConstructorCall constructorCall = constructorDeclaration.constructorCall; in notifySourceElementRequestor() local
808 if (constructorCall != null) { in notifySourceElementRequestor()
809 switch (constructorCall.accessMode) { in notifySourceElementRequestor()
815 constructorCall.sourceStart); in notifySourceElementRequestor()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DConstructorLocator.java166 ExplicitConstructorCall constructorCall = constructor.constructorCall; in matchLevelForReferences() local
167 if (constructorCall == null || constructorCall.accessMode != ExplicitConstructorCall.ImplicitSuper) in matchLevelForReferences()
172 Expression[] args = constructorCall.arguments; in matchLevelForReferences()
310 ExplicitConstructorCall call = constructor.constructorCall; in newDeclarationMatch()
381 ExplicitConstructorCall constructorCall = constructor.constructorCall;
382 …if (constructorCall != null && constructorCall.accessMode == ExplicitConstructorCall.ImplicitSuper…
384 int callCount = (constructorCall.arguments == null) ? 0 : constructorCall.arguments.length;
389 referencesLevel = resolveLevel(constructorCall.binding);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp104 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
110 else if (constructorCall && in diagnoseThrowLocations()
111 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
116 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp104 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
110 else if (constructorCall && in diagnoseThrowLocations()
111 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
116 constructorCall in diagnoseThrowLocations()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/
H A DSourceElementNotifier.java257 ExplicitConstructorCall constructorCall = constructorDeclaration.constructorCall; in notifySourceElementRequestor() local
258 if (constructorCall != null) { in notifySourceElementRequestor()
263 constructorCall.arguments == null ? 0 : constructorCall.arguments.length, in notifySourceElementRequestor()
264 constructorCall.sourceStart); in notifySourceElementRequestor()
270 constructorCall.arguments == null ? 0 : constructorCall.arguments.length, in notifySourceElementRequestor()
271 constructorCall.sourceStart); in notifySourceElementRequestor()
328 ExplicitConstructorCall constructorCall = constructorDeclaration.constructorCall; in notifySourceElementRequestor() local
329 if (constructorCall != null) { in notifySourceElementRequestor()
334 constructorCall.arguments == null ? 0 : constructorCall.arguments.length, in notifySourceElementRequestor()
335 constructorCall.sourceStart); in notifySourceElementRequestor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp106 const auto *constructorCall = dyn_cast<CXXConstructExpr>(currentSubExpr); in diagnoseThrowLocations() local
112 else if (constructorCall && in diagnoseThrowLocations()
113 constructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
118 constructorCall in diagnoseThrowLocations()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/
H A DSelectionParser.java995 constructorCall.sourceEnd = this.rParenPos; in consumeMethodInvocationName()
1004 pushOnAstStack(constructorCall); in consumeMethodInvocationName()
1011 constructorCall.resolve(scope); in consumeMethodInvocationName()
1020 this.assistNode = constructorCall; in consumeMethodInvocationName()
1021 this.lastCheckPoint = constructorCall.sourceEnd + 1; in consumeMethodInvocationName()
1046 constructorCall.sourceEnd = this.rParenPos; in consumeMethodInvocationPrimary()
1053 constructorCall.sourceStart = constructorCall.qualification.sourceStart; in consumeMethodInvocationPrimary()
1056 pushOnAstStack(constructorCall); in consumeMethodInvocationPrimary()
1063 constructorCall.resolve(scope); in consumeMethodInvocationPrimary()
1073 this.assistNode = constructorCall; in consumeMethodInvocationPrimary()
[all …]

123