Searched defs:declarator (Results 1 – 4 of 4) sorted by relevance
65 …CheckSimpleVariableDeclaration(checker::Checker *checker, const ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration()
336 void Checker::InferSimpleVariableDeclaratorType(const ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType()384 …const ir::AstNode *declarator = FindAncestorGivenByType(decl->Node(), ir::AstNodeType::VARIABLE_DE… in GetTypeOfVariable() local
355 auto *declarator = AllocNode<ir::VariableDeclarator>(ident, init); in CreateVariableDeclarationWithIdentify() local
1852 auto *declarator = AllocNode<ir::VariableDeclarator>(init, initializer); in ParseVariableDeclaratorInitializer() local1903 ir::VariableDeclarator *declarator {}; in ParseVariableDeclarator() local1967 ir::VariableDeclarator *declarator = ParseVariableDeclarator(flags, isDeclare); in ParseVariableDeclaration() local