Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def29 TYPE_BIT_CODE(TypeOf, TYPEOF, 18)
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp529 bool SearchableTableEmitter::parseFieldType(GenericField &Field, Init *TypeOf) { in parseFieldType() argument
530 if (auto Type = dyn_cast<StringInit>(TypeOf)) { in parseFieldType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1158 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()
3032 case TypeOf: in isSpecifierType()
4489 case Type::TypeOf: in canHaveNullability()
H A DTypePrinter.cpp229 case Type::TypeOf: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1116 case Type::TypeOf: in IsStructurallyEquivalent()
H A DASTContext.cpp3593 case Type::TypeOf: in getVariableArrayDecayedType()
12700 UNEXPECTED_TYPE(TypeOf, "sugar") in getCommonNonSugarTypeNode()
13148 case Type::TypeOf: { in getCommonSugarTypeNode()
H A DItaniumMangle.cpp2449 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp646 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedTypeInternal()
2236 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch()
6405 case Type::TypeOf: in MarkUsedTemplateParameters()
H A DSemaExpr.cpp4703 case Type::TypeOf: in captureVariablyModifiedType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2588 case clang::Type::TypeOf:
4080 case clang::Type::TypeOf: in GetTypeClass()
4758 case clang::Type::TypeOf: in GetEncoding()
5087 case clang::Type::TypeOf: in GetFormat()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4868 : Type(TypeOf,
4894 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2396 case Type::TypeOf: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3449 case Type::TypeOf: in UnwrapTypeForDebugInfo()
3667 case Type::TypeOf: in CreateTypeNode()