HomeSort by relevance Sort by last modified time
    Searched refs:NonTypeTemplateParm (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/SemaTemplate/
class-template-decl.cpp 28 template<int N> class NonTypeTemplateParm;
32 template<INT M> class NonTypeTemplateParm; // expected-note{{previous non-type template parameter with type 'INT' (aka 'int') is here}}
34 template<long> class NonTypeTemplateParm; // expected-error{{template non-type parameter has a different type 'long' in template redeclaration}}
  /external/clang/lib/Serialization/
ASTCommon.cpp 284 case Decl::NonTypeTemplateParm:
  /external/clang/lib/AST/
DeclTemplate.cpp 524 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
    [all...]
DeclBase.cpp 613 case NonTypeTemplateParm:
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 432 #ifndef NONTYPETEMPLATEPARM
433 # define NONTYPETEMPLATEPARM(Type, Base) DECLARATOR(Type, Base)
435 NONTYPETEMPLATEPARM(NonTypeTemplateParm, DeclaratorDecl)
436 #undef NONTYPETEMPLATEPARM
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 432 #ifndef NONTYPETEMPLATEPARM
433 # define NONTYPETEMPLATEPARM(Type, Base) DECLARATOR(Type, Base)
435 NONTYPETEMPLATEPARM(NonTypeTemplateParm, DeclaratorDecl)
436 #undef NONTYPETEMPLATEPARM
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
DeclTemplate.h     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 51 case Decl::NonTypeTemplateParm:
    [all...]

Completed in 940 milliseconds

1 2