Home
last modified time | relevance | path

Searched refs:DependentAddressSpace (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DTypeBitCodes.def58 TYPE_BIT_CODE(DependentAddressSpace, DEPENDENT_ADDRESS_SPACE, 47)
/external/llvm-project/clang/lib/AST/
DType.cpp269 : Type(DependentAddressSpace, can, in DependentAddressSpaceType()
4136 case Type::DependentAddressSpace: in canHaveNullability()
DASTStructuralEquivalence.cpp776 case Type::DependentAddressSpace: { in IsStructurallyEquivalent()
DTypePrinter.cpp255 case Type::DependentAddressSpace: in canPrefixQualifiers()
DItaniumMangle.cpp2055 case Type::DependentAddressSpace: in mangleUnresolvedTypeOrSimpleId()
DASTContext.cpp3449 case Type::DependentAddressSpace: in getVariableArrayDecayedType()
/external/llvm-project/clang/test/Modules/
Dodr_hash.cpp3467 namespace DependentAddressSpace { namespace
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp2228 case Type::DependentAddressSpace: { in DeduceTemplateArgumentsByTypeMatch()
5900 case Type::DependentAddressSpace: { in MarkUsedTemplateParameters()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp4100 case clang::Type::DependentAddressSpace: in GetTypeClass()
4963 case clang::Type::DependentAddressSpace: in GetEncoding()
5113 case clang::Type::DependentAddressSpace: in GetFormat()
/external/llvm-project/clang/include/clang/AST/
DType.h3151 return T->getTypeClass() == DependentAddressSpace;
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1801 DEFAULT_TYPELOC_IMPL(DependentAddressSpace, Type) in DEFAULT_TYPELOC_IMPL()