Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DTypeBitCodes.def34 TYPE_BIT_CODE(Decltype, DECLTYPE, 23)
/external/clang/include/clang/AST/
DTypeNodes.def88 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Decltype, Type)
DType.h3610 static bool classof(const Type *T) { return T->getTypeClass() == Decltype; }
/external/jsoncpp/src/lib_json/
DCMakeLists.txt78 cxx_decltype # Decltype, as defined in N2343.
/external/clang/lib/AST/
DType.cpp918 TRIVIAL_TYPE_CLASS(Decltype) in TRIVIAL_TYPE_CLASS()
2901 : Type(Decltype, can, E->isInstantiationDependent(), in DecltypeType()
3521 case Type::Decltype: in canHaveNullability()
DTypePrinter.cpp185 case Type::Decltype: in canPrefixQualifiers()
DItaniumMangle.cpp1841 case Type::Decltype: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp735 case Type::Decltype: in IsStructurallyEquivalent()
DASTContext.cpp2648 case Type::Decltype: in getVariableArrayDecayedType()
/external/llvm-project/clang/lib/AST/
DType.cpp1127 SUGARED_TYPE_CLASS(Decltype) in SUGARED_TYPE_CLASS()
3423 : Type(Decltype, can, in DecltypeType()
4051 case Type::Decltype: in canHaveNullability()
DASTStructuralEquivalence.cpp956 case Type::Decltype: in IsStructurallyEquivalent()
DTypePrinter.cpp214 case Type::Decltype: in canPrefixQualifiers()
DItaniumMangle.cpp2094 case Type::Decltype: in mangleUnresolvedTypeOrSimpleId()
DASTContext.cpp3458 case Type::Decltype: in getVariableArrayDecayedType()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp503 case Type::Decltype: in IsPossiblyOpaquelyQualifiedType()
1662 case Type::Decltype: in DeduceTemplateArgumentsByTypeMatch()
4918 case Type::Decltype: in MarkUsedTemplateParameters()
DSemaExpr.cpp3932 case Type::Decltype: in captureVariablyModifiedType()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp633 case Type::Decltype: in IsPossiblyOpaquelyQualifiedType()
2309 case Type::Decltype: in DeduceTemplateArgumentsByTypeMatch()
6058 case Type::Decltype: in MarkUsedTemplateParameters()
DSemaExpr.cpp4391 case Type::Decltype: in captureVariablyModifiedType()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1786 case Type::Decltype: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2283 case Type::Decltype: in UnwrapTypeForDebugInfo()
2468 case Type::Decltype: in CreateTypeNode()
/external/llvm-project/clang/test/Modules/
Dodr_hash.cpp3344 namespace Decltype { namespace
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2530 case clang::Type::Decltype:
3996 case clang::Type::Decltype: in GetTypeClass()
4673 case clang::Type::Decltype: in GetEncoding()
4985 case clang::Type::Decltype: in GetFormat()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2138 case Type::Decltype: in EmitVariablyModifiedType()
DCGDebugInfo.cpp3088 case Type::Decltype: in UnwrapTypeForDebugInfo()
3300 case Type::Decltype: in CreateTypeNode()
/external/llvm-project/clang/include/clang/AST/
DType.h4497 static bool classof(const Type *T) { return T->getTypeClass() == Decltype; }