Home
last modified time | relevance | path

Searched refs:TypeAlignment (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1261 auto *Ty = new (*this, TypeAlignment) BuiltinType(K); in InitBuiltinType()
2937 auto *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals); in getExtQualType()
3181 auto *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType()
3209 auto *New = new (*this, TypeAlignment) PointerType(T, Canonical); in getPointerType()
3229 AT = new (*this, TypeAlignment) in getAdjustedType()
3269 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
3300 auto *New = new (*this, TypeAlignment) BlockPointerType(T, Canonical); in getBlockPointerType()
3338 auto *New = new (*this, TypeAlignment) LValueReferenceType(T, Canonical, in getLValueReferenceType()
3374 auto *New = new (*this, TypeAlignment) RValueReferenceType(T, Canonical); in getRValueReferenceType()
3404 auto *New = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical); in getMemberPointerType()
[all …]
H A DASTImporter.cpp1410 TypeAlignment = 1 << TypeAlignmentInBits in VisitInjectedClassNameType() enumerator
1413 return QualType(new (Importer.getToContext(), TypeAlignment) in VisitInjectedClassNameType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td561 T = new (ctx, TypeAlignment)
H A DType.h69 TypeAlignment = 1 << TypeAlignmentInBits enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6330 TypeAlignment); in CreateParsedType()