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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateList.java19 * $Id: TemplateList.java 468643 2006-10-28 06:56:03Z minchau $
44 public class TemplateList implements java.io.Serializable class in inherits:java.io.Serializable
49 * Construct a TemplateList object. Needs to be public so it can
52 public TemplateList() method in class:TemplateList
857 * stored in this TemplateList. The compiler can replace returned templates
/external/clang/lib/AST/
H A DASTDiagnostic.cpp1031 SmallVectorImpl<const TemplateSpecializationType *> &TemplateList,
1034 TemplateList.push_back(TST);
1030 makeTemplateList( SmallVectorImpl<const TemplateSpecializationType *> &TemplateList, const TemplateSpecializationType *TST) argument

Completed in 274 milliseconds