Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DPPC.cpp311 RelType newType; in relocate() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp3665 auto *newType in getDependentSizedArrayType() local
3747 auto *newType = new (*this, TypeAlignment) in getIncompleteArrayType() local
4498 Type *newType = in getInjectedClassNameType() local
4526 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow() local
4544 auto *newType = new (*this, TypeAlignment) in getTypedefType() local
4558 auto *newType = new (*this, TypeAlignment) RecordType(Decl); in getRecordType() local
4571 auto *newType = new (*this, TypeAlignment) EnumType(Decl); in getEnumType() local
4877 auto *newType = new (*this, TypeAlignment) in getMacroQualifiedType() local
5273 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); in getObjCTypeParamType() local
DType.cpp1421 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp475 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp377 TypeIndex newType = TypeIndex(SimpleTypeKind::NotTranslated); in translateIdSymbols() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h686 void setType(QualType newType) { DeclType = newType; } in setType()
3229 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()