Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DTypeBitCodes.def37 TYPE_BIT_CODE(UnresolvedUsing, UNRESOLVED_USING, 26)
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp170 ALWAYS(UnresolvedUsing, Move); in considerField()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp614 case Type::UnresolvedUsing: in IsPossiblyOpaquelyQualifiedTypeInternal()
2179 case Type::UnresolvedUsing: in DeduceTemplateArgumentsByTypeMatch()
5970 case Type::UnresolvedUsing: in MarkUsedTemplateParameters()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3986 case clang::Type::UnresolvedUsing: in GetTypeInfo()
4173 case clang::Type::UnresolvedUsing: in GetTypeClass()
5101 case clang::Type::UnresolvedUsing: in GetEncoding()
5255 case clang::Type::UnresolvedUsing: in GetFormat()
6115 case clang::Type::UnresolvedUsing: in GetNumPointeeChildren()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp918 case Type::UnresolvedUsing: in IsStructurallyEquivalent()
H A DTypePrinter.cpp229 case Type::UnresolvedUsing: in canPrefixQualifiers()
H A DType.cpp4127 case Type::UnresolvedUsing: in canHaveNullability()
H A DItaniumMangle.cpp2357 case Type::UnresolvedUsing: in mangleUnresolvedTypeOrSimpleId()
H A DASTContext.cpp3599 case Type::UnresolvedUsing: in getVariableArrayDecayedType()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp3921 namespace UnresolvedUsing { namespace
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4419 : Type(UnresolvedUsing, QualType(),
4430 return T->getTypeClass() == UnresolvedUsing;