Lines Matching full:children

112   std::vector<syntax::NameSpecifier *> Children;  in getSpecifiers()  local
114 Children.push_back(llvm::cast<syntax::NameSpecifier>(Element)); in getSpecifiers()
116 return Children; in getSpecifiers()
123 Children; in getSpecifiersAndDoubleColons() local
125 Children.push_back( in getSpecifiersAndDoubleColons()
129 return Children; in getSpecifiersAndDoubleColons()
134 std::vector<syntax::Expression *> Children; in getArguments() local
136 Children.push_back(llvm::cast<syntax::Expression>(ArgumentAsNode)); in getArguments()
138 return Children; in getArguments()
144 std::vector<syntax::List::ElementAndDelimiter<syntax::Expression>> Children; in getArgumentsAndCommas() local
146 Children.push_back( in getArgumentsAndCommas()
150 return Children; in getArgumentsAndCommas()
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations() local
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
160 return Children; in getParameterDeclarations()
167 Children; in getParametersAndCommas() local
169 Children.push_back( in getParametersAndCommas()
173 return Children; in getParametersAndCommas()
179 std::vector<syntax::SimpleDeclarator *> Children; in getDeclarators() local
181 Children.push_back(llvm::cast<syntax::SimpleDeclarator>(DeclaratorAsNode)); in getDeclarators()
183 return Children; in getDeclarators()
190 Children; in getDeclaratorsAndCommas() local
192 Children.push_back( in getDeclaratorsAndCommas()
196 return Children; in getDeclaratorsAndCommas()
335 std::vector<syntax::Statement *> Children; in getStatements() local
338 Children.push_back(cast<syntax::Statement>(C)); in getStatements()
340 return Children; in getStatements()
358 std::vector<syntax::SimpleDeclarator *> Children; in getDeclarators() local
361 Children.push_back(cast<syntax::SimpleDeclarator>(C)); in getDeclarators()
363 return Children; in getDeclarators()