Home
last modified time | relevance | path

Searched defs:typeVar (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp253 TVariable *typeVar = new TVariable(symbolTable, kEmptyImmutableString, makeStructureType(true), in DeclareStructure() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp894 auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE, literalType); in ParseTypeLiteralOrMappedType() local
978 auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE, unionType); in ParseUnionType() local
1021 auto *typeVar = in ParseIntersectionType() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp456 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, literalType); in ParseTsTypeLiteralOrTsMappedType() local
1755 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, unionType); in ParseTsUnionType() local
1805 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, intersectionType); in ParseTsIntersectionType() local

Completed in 10 milliseconds