HomeSort by relevance Sort by last modified time
    Searched refs:Template (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 121 /// themselves as the template argument, using the curiously recurring
122 /// template pattern) and override any of the Traverse*, WalkUpFrom*,
140 template <typename Derived> class RecursiveASTVisitor {
146 /// template instantiations.
204 /// \brief Recursively visit a template name and dispatch to the
208 bool TraverseTemplateName(TemplateName Template);
210 /// \brief Recursively visit a template argument and dispatch to the
217 /// \brief Recursively visit a template argument location and dispatch to the
223 /// \brief Recursively visit a set of template arguments.
431 template <typename T> bool VisitOMPClauseList(T *Node)
    [all...]
Decl.h 172 /// result as printName(); for example, class template
173 /// specializations are printed with their template arguments.
496 /// NumTemplParamLists - The number of "outer" template parameter lists.
497 /// The count includes all of the template parameter lists that were matched
498 /// against the template-ids occurring into the NNS and possibly (in the
499 /// case of an explicit specialization) a final "template <>".
503 /// containing pointers to the "outer" template parameter lists.
504 /// It includes all of the template parameter lists that were matched
505 /// against the template-ids occurring into the NNS and possibly (in the
506 /// case of an explicit specialization) a final "template <>"
    [all...]
RecursiveASTVisitor.h 114 /// themselves as the template argument, using the curiously recurring
115 /// template pattern) and override any of the Traverse*, WalkUpFrom*,
133 template <typename Derived> class RecursiveASTVisitor {
139 /// template instantiations.
208 /// \brief Recursively visit a template name and dispatch to the
212 bool TraverseTemplateName(TemplateName Template);
214 /// \brief Recursively visit a template argument and dispatch to the
221 /// \brief Recursively visit a template argument location and dispatch to the
227 /// \brief Recursively visit a set of template arguments.
436 template <typename T> bool VisitOMPClauseList(T *Node)
    [all...]
  /external/chromium_org/tools/gn/
functions.cc 19 #include "tools/gn/template.h"
329 " template(\"mytemplate\") {\n"
330 " # To help users call this template properly...\n"
673 INSERT_FUNCTION(Template, false)
699 // No built-in function matching this, check for a template.
700 const Template* templ =
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 93 bool Template, const Type *T) {
97 Mockup.Prefix.setInt(Template? StoredTypeSpecWithTemplate : StoredTypeSpec);
250 OS << "template ";
263 // dependent template-id types (e.g., Outer<T>::template Inner<U>),
270 // Print the template name without its corresponding
274 // Print the template argument list.
314 // Note: the 'template' keyword is part of the TypeLoc.
378 // Note: the 'template' keyword is part of the TypeLoc.
ASTDiagnostic.cpp 45 // ...or a substituted template type parameter ...
69 // Don't desugar template specializations, unless it's an alias template.
293 // Attempting to do a template diff on non-templates. Set the variables
399 /// all the information about the templates and template arguments. Afterwards,
403 /// Context - The ASTContext which is used for comparing template arguments.
441 Template,
446 /// Template argument difference, uses TemplateDecl
455 /// stores template arguments of their parents. For templated types, the
456 /// template decl is also stored
    [all...]
Decl.cpp 53 // 2. There is one caveat to the above: on or in a template pattern,
55 // visibility can be decreased by the visibility of template
58 // restrictions of the template arguments to be ignored.
79 // The visibility of a "secondary" entity, like a template argument,
83 // template <class T, bool (&compare)(T, X)> bool has_match(list<T>, X);
84 // template <class T, bool (&compare)(T, X)> class matcher;
100 /// the visibility of template arguments.
105 /// the visibility of template arguments.
110 /// restricted by the visibility of template arguments.
115 /// may only be restricted by the visibility of template arguments
    [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 274 clang::FunctionTemplateDecl *Template,
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 25 # To generate C++ files, this script uses the 'pyratemp' template
28 # $ wget http://www.simple-is-better.org/template/pyratemp-0.3.2.tgz
155 TRACE_CALL_TEMPLATE = pyratemp.Template(
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 69 import com.google.clearsilver.jsilver.template.Macro;
70 import com.google.clearsilver.jsilver.template.RenderingContext;
71 import com.google.clearsilver.jsilver.template.Template;
154 * @param name name of the macro as defined in the template.
174 RENDER_METHOD = Template.class.getMethod("render", RenderingContext.class);
193 java.writeImports(BaseCompiledTemplate.class, Template.class, Macro.class,
203 super.caseStart(node); // Walk template AST.
544 * template in this stored context.
558 * &lt;?cs linclude:'somefile.cs' &gt; command. Lazily includes another template (at render time)
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 543 // Late template parsing can begin.
585 /// [C++0x/GNU] 'extern' 'template' declaration
694 case tok::kw_export: // As in 'export template'
705 // Parse (then ignore) 'static' prior to a template instantiation. This is
727 // Parse (then ignore) 'inline' prior to a template instantiation. This is
813 /// non-NULL, provides the template parameters when we're parsing a
814 /// C++ template-declaration.
    [all...]
ParseDeclCXX.cpp 383 // Template parameters are always an error here.
519 // or the simple-template-id's template-name in the last component of the
565 if (TemplateInfo.Kind == ParsedTemplateInfo::Template &&
623 // template <...> using id = type;
901 /// simple-template-id
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 532 return new Template(this, pattern).evaluate(object);
547 var template = new Template(replacement);
548 return function(match) { return template.evaluate(match) };
560 var Template = Class.create({
561 initialize: function(template, pattern) {
562 this.template = template.toString();
563 this.pattern = pattern || Template.Pattern;
570 return this.template.gsub(this.pattern, function(match)
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 616 CXCursor cxcursor::MakeCursorTemplateRef(const TemplateDecl *Template,
619 assert(Template && TU && "Invalid arguments!");
621 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } };
1052 template<> struct DenseMapInfo<CXCursor> {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 194 autoload :Template, 'antlr3/template'
  /external/clang/include/clang/Parse/
Parser.h 171 /// template argument list, where the '>' closes the template
188 /// The "depth" of the template parameters currently being parsed.
191 /// \brief RAII class that manages the template parameter depth.
586 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 124 class Template:
131 def __init__(self, template):
132 self.template = template
138 lines = self.template[:i].splitlines(True)
172 return self.pattern.sub(convert, self.template)
205 return self.pattern.sub(convert, self.template)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 124 class Template:
131 def __init__(self, template):
132 self.template = template
138 lines = self.template[:i].splitlines(True)
172 return self.pattern.sub(convert, self.template)
205 return self.pattern.sub(convert, self.template)
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 19 function jstWrap(data, template) {
20 return jstProcess(new JsEvalContext(data), template);
24 // Template cardinality from jsselect.
70 // Reprocessing with empty data -- the last template instance is
103 // Check that 'this' within js expressions is the template node
241 assertTrue('Expected newly loaded template to be in document',
243 assertTrue('Expected wrapper to be grandparent of template',
246 // Make sure the next template loaded with the same wrapper id re-uses the
251 assertTrue('Expected newly loaded template to be in document',
253 assertTrue('Expected wrapper to be grandparent of template',
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 43 use Template;
48 # Location of template. (Assumed to be in current directory.)
145 # Copy sorted list to template data store.
230 # Create new template object.
231 my $template = Template->new(
238 unless ($template->process($html_template_file, $data)) { # do it
239 warn "write_output: Template Toolkit error: " . $template->error() . "\n";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 603 RPC_BINDING_HANDLE_TEMPLATE *Template,
610 RPC_BINDING_HANDLE_TEMPLATE *Template,
  /external/clang/lib/Format/
Format.cpp 41 template <> struct ScalarEnumerationTraits<FormatStyle::LanguageKind> {
49 template <> struct ScalarEnumerationTraits<FormatStyle::LanguageStandard> {
59 template <> struct ScalarEnumerationTraits<FormatStyle::UseTabStyle> {
69 template <> struct ScalarEnumerationTraits<FormatStyle::ShortFunctionStyle> {
79 template <> struct ScalarEnumerationTraits<FormatStyle::BraceBreakingStyle> {
89 template <>
99 template <>
113 template <>
128 template <> struct MappingTraits<FormatStyle> {
253 template <> struct DocumentListTraits<std::vector<FormatStyle> >
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 64 module Template
80 :TEMPLATE => 6, :T__11 => 11, :T__14 => 14, :T__13 => 13,
99 "TEMPLATE", "STRING", "COMMENT", "WS" ].freeze
102 :template!, :string!, :comment!, :ws! ].freeze
460 # lexer rule template! (TEMPLATE)
462 def template!
466 type = TEMPLATE
838 # at line 1:8: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS )
891 # at line 1:82: TEMPLATE
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 159 This allows the template manifest to be maintained without
162 template = string.Template(self['url'])
163 self['url'] = template.substitute({'revision': revision})

Completed in 516 milliseconds

1 2 3 45 6 7 8