Searched refs:NonTypeTemplateParm (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 59 NonTypeTemplateParm, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 371 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 D | DeclNodes.td | 65 def NonTypeTemplateParm : DeclNode<Declarator>;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 192 case Decl::Kind::NonTypeTemplateParm: in HandleNamedDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 411 case Decl::NonTypeTemplateParm: in isRedeclarableDeclKind()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 729 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl() 1569 auto *NonTypeTemplateParm = NonTypeTemplateParmDecl::Create( in createMakeIntegerSeqParameterList() local 1573 NonTypeTemplateParm}; in createMakeIntegerSeqParameterList()
|
H A D | DeclBase.cpp | 886 case NonTypeTemplateParm: in getIdentifierNamespaceForKind()
|
H A D | ODRDiagsEmitter.cpp | 1369 case Decl::NonTypeTemplateParm: in diagnoseMismatch()
|
H A D | Decl.cpp | 1495 case Decl::NonTypeTemplateParm: in computeLVForDecl()
|
H A D | ItaniumMangle.cpp | 4689 case Decl::NonTypeTemplateParm: in mangleExpression()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 1390 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), 1563 static bool classofKind(Kind K) { return K == NonTypeTemplateParm; }
|
H A D | DeclBase.h | 2767 return getKind() == TemplateTypeParm || getKind() == NonTypeTemplateParm ||
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 64 case Decl::NonTypeTemplateParm: in EmitDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 537 case Decl::NonTypeTemplateParm: { in getTemplateParameterWithDefault()
|
H A D | SemaCodeComplete.cpp | 4125 case Decl::NonTypeTemplateParm: in getCursorKindForDecl()
|
H A D | SemaExpr.cpp | 3300 case Decl::NonTypeTemplateParm: { in BuildDeclarationNameExpr()
|