Home
last modified time | relevance | path

Searched refs:BuildNamedFunctionType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DgenericBridgesLowering.cpp117 auto *const bridgeMethodType = checker->BuildNamedFunctionType(bridgeMethod->Function()); in AddGenericBridge()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1022 auto *funcType = BuildNamedFunctionType(method->Function()); in BuildMethodSignature()
1031 auto *const overloadType = BuildNamedFunctionType(currentFunc->Function()); in BuildMethodSignature()
1363 checker::ETSFunctionType *ETSChecker::BuildNamedFunctionType(ir::ScriptFunction *func) in BuildNamedFunctionType() function in ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h443 checker::ETSFunctionType *BuildNamedFunctionType(ir::ScriptFunction *func);
H A DETSAnalyzer.cpp112 st->SetTsType(checker->BuildNamedFunctionType(func)); in Check()

Completed in 11 milliseconds