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

  /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 311 case Decl::NonTypeTemplateParm:
  /external/clang/lib/AST/
DeclTemplate.cpp 549 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
    [all...]
DeclBase.cpp 572 case NonTypeTemplateParm:
    [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
DeclBase.h     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 49 case Decl::NonTypeTemplateParm:
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 549 milliseconds