Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp311 RelType newType; relocate() local
H A DRISCV.cpp988 } else if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp346 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4164 auto *newType = new (*this, alignof(DependentSizedArrayType)) in getDependentSizedArrayType() local
4229 auto *newType = new (*this, alignof(IncompleteArrayType)) in getIncompleteArrayType() local
5021 Type *newType = new (*this, alignof(InjectedClassNameType)) in getInjectedClassNameType() local
5126 auto *newType = new (*this, alignof(RecordType)) RecordType(Decl); in getRecordType() local
5139 auto *newType = new (*this, alignof(EnumType)) EnumType(Decl); in getEnumType() local
5155 Type *newType = in getUnresolvedUsingType() local
5482 auto *newType = new (*this, alignof(MacroQualifiedType)) in getMacroQualifiedType() local
5873 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); in getObjCTypeParamType() local
H A DType.cpp1516 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp372 TypeIndex newType = TypeIndex(SimpleTypeKind::NotTranslated); in translateIdSymbols() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h679 void setType(QualType newType) { DeclType = newType; } in setType()
3467 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()