Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def29 TYPE_BIT_CODE(TypeOf, TYPEOF, 18)
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp579 bool SearchableTableEmitter::parseFieldType(GenericField &Field, Init *TypeOf) { in parseFieldType() argument
580 if (auto Type = dyn_cast<StringInit>(TypeOf)) { in parseFieldType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1220 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()
3094 case TypeOf: in isSpecifierType()
3941 : Type(TypeOf, in TypeOfType()
4720 case Type::TypeOf: in canHaveNullability()
H A DASTStructuralEquivalence.cpp1134 case Type::TypeOf: in IsStructurallyEquivalent()
H A DTypePrinter.cpp229 case Type::TypeOf: in canPrefixQualifiers()
H A DASTContext.cpp4002 case Type::TypeOf: in getVariableArrayDecayedType()
13192 UNEXPECTED_TYPE(TypeOf, "sugar") in getCommonNonSugarTypeNode()
13662 case Type::TypeOf: { in getCommonSugarTypeNode()
H A DItaniumMangle.cpp2450 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp771 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedTypeInternal()
2388 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch()
6579 case Type::TypeOf: in MarkUsedTemplateParameters()
H A DSemaExpr.cpp4454 case Type::TypeOf: in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2540 case clang::Type::TypeOf:
4118 case clang::Type::TypeOf: in GetTypeClass()
4816 case clang::Type::TypeOf: in GetEncoding()
5159 case clang::Type::TypeOf: in GetFormat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2476 case Type::TypeOf: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3592 case Type::TypeOf: in UnwrapTypeForDebugInfo()
3819 case Type::TypeOf: in CreateTypeNode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5741 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }