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.cpp601 const Init *TypeOf) { in parseFieldType() argument
602 auto Type = dyn_cast<StringInit>(TypeOf); in parseFieldType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1269 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()
3207 case TypeOf: in isSpecifierType()
4114 : Type(TypeOf, in TypeOfType()
4955 case Type::TypeOf: in canHaveNullability()
H A DTypePrinter.cpp228 case Type::TypeOf: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1239 case Type::TypeOf: in IsStructurallyEquivalent()
H A DASTContext.cpp4298 case Type::TypeOf: in getVariableArrayDecayedType()
13993 UNEXPECTED_TYPE(TypeOf, "sugar") in getCommonNonSugarTypeNode()
14473 case Type::TypeOf: { in getCommonSugarTypeNode()
H A DItaniumMangle.cpp2498 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp716 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedTypeInternal()
2466 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch()
6969 case Type::TypeOf: in MarkUsedTemplateParameters()
H A DSemaExpr.cpp4534 case Type::TypeOf: in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2569 case clang::Type::TypeOf:
4144 case clang::Type::TypeOf: in GetTypeClass()
4854 case clang::Type::TypeOf: in GetEncoding()
5155 case clang::Type::TypeOf: in GetFormat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2583 case Type::TypeOf: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3838 case Type::TypeOf: in UnwrapTypeForDebugInfo()
4069 case Type::TypeOf: in CreateTypeNode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5953 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }