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

/external/lldb/source/Symbol/
H A DClangASTContext.cpp1181 llvm::SmallVector<NamedDecl *, 8> &template_param_decls)
1196 template_param_decls.push_back (NonTypeTemplateParmDecl::Create (*ast,
1210 template_param_decls.push_back (TemplateTypeParmDecl::Create (*ast,
1225 &template_param_decls.front(),
1226 template_param_decls.size(),
1240 llvm::SmallVector<NamedDecl *, 8> template_param_decls; local
1244 template_param_decls);
1252 for (size_t i=0, template_param_decl_count = template_param_decls.size();
1256 // TODO: verify which decl context we should put template_param_decls into..
1257 template_param_decls[
1179 CreateTemplateParameterList(ASTContext *ast, const ClangASTContext::TemplateParameterInfos &template_param_infos, llvm::SmallVector<NamedDecl *, 8> &template_param_decls) argument
1303 llvm::SmallVector<NamedDecl *, 8> template_param_decls; local
[all...]

Completed in 204 milliseconds