Home
last modified time | relevance | path

Searched refs:NonTypeTemplateParm (Results 1 – 20 of 20) 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.cpp417 case Decl::NonTypeTemplateParm: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp536 case Decl::NonTypeTemplateParm: in emitDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1394 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1568 static bool classofKind(Kind K) { return K == NonTypeTemplateParm; }
H A DDeclBase.h2798 return getKind() == TemplateTypeParm || getKind() == NonTypeTemplateParm ||
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1318 Policy.PrintAsCanonical && VD->getKind() == Decl::NonTypeTemplateParm; in VisitDeclRefExpr()
1330 case Decl::NonTypeTemplateParm: { in VisitDeclRefExpr()
H A DDeclBase.cpp895 case NonTypeTemplateParm: in getIdentifierNamespaceForKind()
H A DDeclTemplate.cpp769 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
H A DODRDiagsEmitter.cpp1367 case Decl::NonTypeTemplateParm: in diagnoseMismatch()
H A DTextNodeDumper.cpp970 case Decl::NonTypeTemplateParm: { in dumpBareDeclRef()
H A DDecl.cpp1501 case Decl::NonTypeTemplateParm: in computeLVForDecl()
H A DItaniumMangle.cpp4969 case Decl::NonTypeTemplateParm: in mangleExpression()
H A DASTContext.cpp7142 case NamedDecl::NonTypeTemplateParm: in getDefaultTemplateArgumentOrNone()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp65 case Decl::NonTypeTemplateParm: in EmitDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1709 case Decl::NonTypeTemplateParm: in DeduceTemplateArgumentsByTypeMatch()
H A DSemaCodeComplete.cpp4288 case Decl::NonTypeTemplateParm: in getCursorKindForDecl()
H A DSemaExpr.cpp3354 case Decl::NonTypeTemplateParm: { in BuildDeclarationNameExpr()