Home
last modified time | relevance | path

Searched refs:NonTypeTemplateParm (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h59 NonTypeTemplateParm, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp371 case Decl::NonTypeTemplateParm: in getSymbolInfo()
372 Info.Kind = SymbolKind::NonTypeTemplateParm; in getSymbolInfo()
539 case SymbolKind::NonTypeTemplateParm: return "non-type-template-param"; in getSymbolKindString()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td65 def NonTypeTemplateParm : DeclNode<Declarator>;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp192 case Decl::Kind::NonTypeTemplateParm: in HandleNamedDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp411 case Decl::NonTypeTemplateParm: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp729 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
1569 auto *NonTypeTemplateParm = NonTypeTemplateParmDecl::Create( in createMakeIntegerSeqParameterList() local
1573 NonTypeTemplateParm}; in createMakeIntegerSeqParameterList()
H A DDeclBase.cpp886 case NonTypeTemplateParm: in getIdentifierNamespaceForKind()
H A DODRDiagsEmitter.cpp1369 case Decl::NonTypeTemplateParm: in diagnoseMismatch()
H A DDecl.cpp1495 case Decl::NonTypeTemplateParm: in computeLVForDecl()
H A DItaniumMangle.cpp4689 case Decl::NonTypeTemplateParm: in mangleExpression()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1390 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1563 static bool classofKind(Kind K) { return K == NonTypeTemplateParm; }
H A DDeclBase.h2767 return getKind() == TemplateTypeParm || getKind() == NonTypeTemplateParm ||
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp64 case Decl::NonTypeTemplateParm: in EmitDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp537 case Decl::NonTypeTemplateParm: { in getTemplateParameterWithDefault()
H A DSemaCodeComplete.cpp4125 case Decl::NonTypeTemplateParm: in getCursorKindForDecl()
H A DSemaExpr.cpp3300 case Decl::NonTypeTemplateParm: { in BuildDeclarationNameExpr()