| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 90 if (const auto *TemplateTypeParm = in VisitTypeLoc() local 92 if (!visit(TemplateTypeParm->getDecl(), TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 57 TemplateTypeParm, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 365 case Decl::TemplateTypeParm: in getSymbolInfo() 366 Info.Kind = SymbolKind::TemplateTypeParm; in getSymbolInfo() 537 case SymbolKind::TemplateTypeParm: return "template-type-param"; in getSymbolKindString()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 40 TYPE_BIT_CODE(TemplateTypeParm, TEMPLATE_TYPE_PARM, 29)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 35 def TemplateTypeParm : DeclNode<Type>;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 191 case Decl::Kind::TemplateTypeParm: in HandleNamedDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 406 case Decl::TemplateTypeParm: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 534 case Decl::TemplateTypeParm: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 1203 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename), 1348 static bool classofKind(Kind K) { return K == TemplateTypeParm; }
|
| H A D | DeclBase.h | 2798 return getKind() == TemplateTypeParm || getKind() == NonTypeTemplateParm ||
|
| H A D | Type.h | 6523 : Type(TemplateTypeParm, Canon, 6561 return T->getTypeClass() == TemplateTypeParm;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 721 case Type::TemplateTypeParm: in IsPossiblyOpaquelyQualifiedTypeInternal() 1706 case Decl::TemplateTypeParm: in DeduceTemplateArgumentsByTypeMatch() 1788 case Type::TemplateTypeParm: in DeduceTemplateArgumentsByTypeMatch() 6883 case Type::TemplateTypeParm: { in MarkUsedTemplateParameters()
|
| H A D | SemaCodeComplete.cpp | 4286 case Decl::TemplateTypeParm: in getCursorKindForDecl()
|
| H A D | SemaDecl.cpp | 289 case Type::TemplateTypeParm: in buildNamedType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 908 case TemplateTypeParm: in getIdentifierNamespaceForKind()
|
| H A D | Type.cpp | 3208 case TemplateTypeParm: in isSpecifierType() 4959 case Type::TemplateTypeParm: in canHaveNullability()
|
| H A D | ODRDiagsEmitter.cpp | 1365 case Decl::TemplateTypeParm: in diagnoseMismatch()
|
| H A D | TypePrinter.cpp | 234 case Type::TemplateTypeParm: in canPrefixQualifiers()
|
| H A D | ASTStructuralEquivalence.cpp | 1299 case Type::TemplateTypeParm: { in IsStructurallyEquivalent()
|
| H A D | TextNodeDumper.cpp | 965 case Decl::TemplateTypeParm: { in dumpBareDeclRef()
|
| H A D | ASTContext.cpp | 4305 case Type::TemplateTypeParm: in getVariableArrayDecayedType() 7140 case NamedDecl::TemplateTypeParm: in getDefaultTemplateArgumentOrNone() 14284 case Type::TemplateTypeParm: { in getCommonNonSugarTypeNode()
|
| H A D | ItaniumMangle.cpp | 2501 case Type::TemplateTypeParm: in mangleUnresolvedTypeOrSimpleId()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4013 case clang::Type::TemplateTypeParm: in GetTypeInfo() 4219 case clang::Type::TemplateTypeParm: in GetTypeClass() 5098 case clang::Type::TemplateTypeParm: in GetEncoding() 5263 case clang::Type::TemplateTypeParm: in GetFormat() 6143 case clang::Type::TemplateTypeParm: in GetNumPointeeChildren()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 63 case Decl::TemplateTypeParm: in EmitDecl()
|