Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def29 TYPE_BIT_CODE(TypeOf, TYPEOF, 18)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp528 bool SearchableTableEmitter::parseFieldType(GenericField &Field, Init *TypeOf) { in parseFieldType() argument
529 if (auto Type = dyn_cast<StringInit>(TypeOf)) { in parseFieldType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1126 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()
2776 case TypeOf: in isSpecifierType()
4059 case Type::TypeOf: in canHaveNullability()
H A DASTStructuralEquivalence.cpp960 case Type::TypeOf: in IsStructurallyEquivalent()
H A DTypePrinter.cpp216 case Type::TypeOf: in canPrefixQualifiers()
H A DItaniumMangle.cpp2269 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
H A DASTContext.cpp3500 case Type::TypeOf: in getVariableArrayDecayedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp633 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedType()
2291 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch()
6037 case Type::TypeOf: in MarkUsedTemplateParameters()
H A DSemaExpr.cpp4414 case Type::TypeOf: in captureVariablyModifiedType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4473 : Type(TypeOf, can, T->getDependence()), TOType(T) {
4486 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2226 case Type::TypeOf: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3161 case Type::TypeOf: in UnwrapTypeForDebugInfo()
3370 case Type::TypeOf: in CreateTypeNode()