Searched refs:isConstructorCall (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzerHelpers.h | 49 bool isConstructorCall, bool isFunctionalInterface, 52 bool isConstructorCall);
|
H A D | ETSAnalyzerHelpers.cpp | 374 bool isConstructorCall, bool isFunctionalInterface, in ChooseSignatures() 379 if (isConstructorCall) { in ChooseSignatures() 397 bool isConstructorCall) in ChooseCalleeObj() 399 if (isConstructorCall) { in ChooseCalleeObj() 373 ChooseSignatures(ETSChecker *checker, checker::Type *calleeType, bool isConstructorCall, bool isFunctionalInterface, bool isUnionTypeWithFunctionalInterface) ChooseSignatures() argument 396 ChooseCalleeObj(ETSChecker *checker, ir::CallExpression *expr, checker::Type *calleeType, bool isConstructorCall) ChooseCalleeObj() argument
|
H A D | ETSAnalyzer.cpp | 1063 bool isConstructorCall = expr->IsETSConstructorCall(); in GetReturnType() local 1076 if (!isFunctionalInterface && !calleeType->IsETSFunctionType() && !isConstructorCall && in GetReturnType() 1091 checker::ETSObjectType *calleeObj = ChooseCalleeObj(checker, expr, calleeType, isConstructorCall); in GetReturnType() 1112 returnType = ChooseCalleeObj(checker, expr, calleeType, isConstructorCall); in GetReturnType()
|
Completed in 6 milliseconds