Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h59 NonTypeTemplateParm, enumerator
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td65 def NonTypeTemplateParm : DeclNode<Declarator>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp191 case Decl::Kind::NonTypeTemplateParm: in HandleNamedDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp403 case Decl::NonTypeTemplateParm: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp720 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
1488 auto *NonTypeTemplateParm = NonTypeTemplateParmDecl::Create( in createMakeIntegerSeqParameterList() local
1492 NonTypeTemplateParm}; in createMakeIntegerSeqParameterList()
H A DDeclBase.cpp847 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.cpp4668 case Decl::NonTypeTemplateParm: in mangleExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1413 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1583 static bool classofKind(Kind K) { return K == NonTypeTemplateParm; }
H A DDeclBase.h2749 return getKind() == TemplateTypeParm || getKind() == NonTypeTemplateParm ||
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp61 case Decl::NonTypeTemplateParm: in EmitDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4120 case Decl::NonTypeTemplateParm: in getCursorKindForDecl()
H A DSemaExpr.cpp3562 case Decl::NonTypeTemplateParm: { in BuildDeclarationNameExpr()