Home
last modified time | relevance | path

Searched refs:SubstTemplateTypeParm (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DTypeBitCodes.def36 TYPE_BIT_CODE(SubstTemplateTypeParm, SUBST_TEMPLATE_TYPE_PARM, 25)
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp329 if (Type.getTypeLocClass() == TypeLoc::SubstTemplateTypeParm) in isTemplateParameter()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2620 case clang::Type::SubstTemplateTypeParm:
3974 case clang::Type::SubstTemplateTypeParm: in GetTypeInfo()
4181 case clang::Type::SubstTemplateTypeParm: in GetTypeClass()
5105 case clang::Type::SubstTemplateTypeParm: in GetEncoding()
5259 case clang::Type::SubstTemplateTypeParm: in GetFormat()
6123 case clang::Type::SubstTemplateTypeParm: in GetNumPointeeChildren()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1055 case Type::SubstTemplateTypeParm: { in IsStructurallyEquivalent()
H A DTypePrinter.cpp291 case Type::SubstTemplateTypeParm: in canPrefixQualifiers()
H A DType.cpp2824 case SubstTemplateTypeParm: in isSpecifierType()
H A DItaniumMangle.cpp2340 case Type::SubstTemplateTypeParm: in mangleUnresolvedTypeOrSimpleId()
H A DASTContext.cpp2344 case Type::SubstTemplateTypeParm: in getTypeInfoImpl()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp3824 namespace SubstTemplateTypeParm { namespace
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4978 : Type(SubstTemplateTypeParm, Canon, Canon->getDependence()),
5008 return T->getTypeClass() == SubstTemplateTypeParm;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2310 case Type::SubstTemplateTypeParm: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3314 case Type::SubstTemplateTypeParm: in UnwrapTypeForDebugInfo()
3502 case Type::SubstTemplateTypeParm: in CreateTypeNode()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1902 DEFAULT_TYPELOC_IMPL(SubstTemplateTypeParm, Type) in DEFAULT_TYPELOC_IMPL()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp4563 case Type::SubstTemplateTypeParm: in captureVariablyModifiedType()