Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Index/
HDIndexSymbol.h59 NonTypeTemplateParm, enumerator
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.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-head/contrib/llvm-project/clang/include/clang/Basic/
HDDeclNodes.td65 def NonTypeTemplateParm : DeclNode<Declarator>;
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDInterfaceStubFunctionsConsumer.cpp192 case Decl::Kind::NonTypeTemplateParm: in HandleNamedDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTCommon.cpp411 case Decl::NonTypeTemplateParm: in isRedeclarableDeclKind()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp729 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
1569 auto *NonTypeTemplateParm = NonTypeTemplateParmDecl::Create( in createMakeIntegerSeqParameterList() local
1573 NonTypeTemplateParm}; in createMakeIntegerSeqParameterList()
HDDeclBase.cpp886 case NonTypeTemplateParm: in getIdentifierNamespaceForKind()
HDODRDiagsEmitter.cpp1369 case Decl::NonTypeTemplateParm: in diagnoseMismatch()
HDDecl.cpp1495 case Decl::NonTypeTemplateParm: in computeLVForDecl()
HDItaniumMangle.cpp4689 case Decl::NonTypeTemplateParm: in mangleExpression()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclTemplate.h1390 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1563 static bool classofKind(Kind K) { return K == NonTypeTemplateParm; }
HDDeclBase.h2767 return getKind() == TemplateTypeParm || getKind() == NonTypeTemplateParm ||
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp64 case Decl::NonTypeTemplateParm: in EmitDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeduction.cpp537 case Decl::NonTypeTemplateParm: { in getTemplateParameterWithDefault()
HDSemaCodeComplete.cpp4125 case Decl::NonTypeTemplateParm: in getCursorKindForDecl()
HDSemaExpr.cpp3300 case Decl::NonTypeTemplateParm: { in BuildDeclarationNameExpr()