HomeSort by relevance Sort by last modified time
    Searched defs:TemplateDecl (Results 1 - 10 of 10) sorted by null

  /external/clang/tools/libclang/
CXType.cpp 930 const ClassTemplateSpecializationDecl *TemplateDecl =
932 if (!TemplateDecl)
934 return TemplateDecl->getTemplateArgs().size();
944 const ClassTemplateSpecializationDecl *TemplateDecl =
946 if (!TemplateDecl)
948 const TemplateArgumentList &TA = TemplateDecl->getTemplateArgs();
  /external/clang/include/clang/AST/
DeclTemplate.h 31 class TemplateDecl;
47 /// \brief Stores a list of template parameters for a TemplateDecl and its
143 /// \brief Stores a list of template parameters for a TemplateDecl and its
328 /// The TemplateDecl class stores the list of template parameters and a
330 class TemplateDecl : public NamedDecl {
334 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name)
340 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
346 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
629 class RedeclarableTemplateDecl : public TemplateDecl,
716 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 30 class TemplateDecl;
48 /// \brief Stores a list of template parameters for a TemplateDecl and its
171 /// requires-clause (if any) for a TemplateDecl and its derived classes.
348 /// \c TemplateDecl objects that track associated constraints.
350 friend TemplateDecl;
376 /// The TemplateDecl class stores the list of template parameters and a
378 class TemplateDecl : public NamedDecl {
383 TemplateDecl(ConstrainedTemplateDeclInfo *CTDI, Kind DK, DeclContext *DC,
391 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
393 : TemplateDecl(nullptr, DK, DC, L, Name, Params) {
    [all...]

Completed in 65 milliseconds