HomeSort by: relevance | last modified time | path
    Searched defs:TemplateDeclaration (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
template.h 49 class TemplateDeclaration : public ScopeDsymbol
57 // Hash table to look up TemplateInstance's of this TemplateDeclaration
60 TemplateDeclaration *overnext; // next overloaded TemplateDeclaration
61 TemplateDeclaration *overroot; // first in overnext list
77 TemplateDeclaration *syntaxCopy(Dsymbol *);
85 MATCH leastAsSpecialized(Scope *sc, TemplateDeclaration *td2, Expressions *fargs);
88 TemplateDeclaration *isTemplateDeclaration() { return this; }
248 // to TemplateDeclaration.parameters
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h 419 class TemplateDeclaration final : public Declaration {
421 TemplateDeclaration() : Declaration(NodeKind::TemplateDeclaration) {}

Completed in 25 milliseconds