Home
last modified time | relevance | path

Searched refs:Decltype (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DTypeBitCodes.def34 TYPE_BIT_CODE(Decltype, DECLTYPE, 23)
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1133 SUGARED_TYPE_CLASS(Decltype) in SUGARED_TYPE_CLASS()
3499 : Type(Decltype, can, in DecltypeType()
4130 case Type::Decltype: in canHaveNullability()
H A DASTStructuralEquivalence.cpp989 case Type::Decltype: in IsStructurallyEquivalent()
H A DTypePrinter.cpp234 case Type::Decltype: in canPrefixQualifiers()
H A DItaniumMangle.cpp2337 case Type::Decltype: in mangleUnresolvedTypeOrSimpleId()
H A DASTContext.cpp3602 case Type::Decltype: in getVariableArrayDecayedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp613 case Type::Decltype: in IsPossiblyOpaquelyQualifiedTypeInternal()
2180 case Type::Decltype: in DeduceTemplateArgumentsByTypeMatch()
5929 case Type::Decltype: in MarkUsedTemplateParameters()
H A DSemaExpr.cpp4571 case Type::Decltype: in captureVariablyModifiedType()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp3431 namespace Decltype { namespace
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2617 case clang::Type::Decltype:
4103 case clang::Type::Decltype: in GetTypeClass()
4763 case clang::Type::Decltype: in GetEncoding()
5147 case clang::Type::Decltype: in GetFormat()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2317 case Type::Decltype: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3290 case Type::Decltype: in UnwrapTypeForDebugInfo()
3505 case Type::Decltype: in CreateTypeNode()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4600 static bool classof(const Type *T) { return T->getTypeClass() == Decltype; }