Searched refs:NonTypeTemplateParm (Results 1 – 20 of 20) 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 | 417 case Decl::NonTypeTemplateParm: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 536 case Decl::NonTypeTemplateParm: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 1394 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), 1568 static bool classofKind(Kind K) { return K == NonTypeTemplateParm; }
|
| H A D | DeclBase.h | 2798 return getKind() == TemplateTypeParm || getKind() == NonTypeTemplateParm ||
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1318 Policy.PrintAsCanonical && VD->getKind() == Decl::NonTypeTemplateParm; in VisitDeclRefExpr() 1330 case Decl::NonTypeTemplateParm: { in VisitDeclRefExpr()
|
| H A D | DeclBase.cpp | 895 case NonTypeTemplateParm: in getIdentifierNamespaceForKind()
|
| H A D | DeclTemplate.cpp | 769 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
|
| H A D | ODRDiagsEmitter.cpp | 1367 case Decl::NonTypeTemplateParm: in diagnoseMismatch()
|
| H A D | TextNodeDumper.cpp | 970 case Decl::NonTypeTemplateParm: { in dumpBareDeclRef()
|
| H A D | Decl.cpp | 1501 case Decl::NonTypeTemplateParm: in computeLVForDecl()
|
| H A D | ItaniumMangle.cpp | 4969 case Decl::NonTypeTemplateParm: in mangleExpression()
|
| H A D | ASTContext.cpp | 7142 case NamedDecl::NonTypeTemplateParm: in getDefaultTemplateArgumentOrNone()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 65 case Decl::NonTypeTemplateParm: in EmitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1709 case Decl::NonTypeTemplateParm: in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaCodeComplete.cpp | 4288 case Decl::NonTypeTemplateParm: in getCursorKindForDecl()
|
| H A D | SemaExpr.cpp | 3354 case Decl::NonTypeTemplateParm: { in BuildDeclarationNameExpr()
|