Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1248 auto *Ty = new (*this, TypeAlignment) BuiltinType(K); in InitBuiltinType()
3056 auto *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals); in getExtQualType()
3300 auto *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType()
3328 auto *New = new (*this, TypeAlignment) PointerType(T, Canonical); in getPointerType()
3348 AT = new (*this, TypeAlignment) in getAdjustedType()
3369 AT = new (*this, TypeAlignment) DecayedType(Orig, Decayed, Canonical); in getDecayedType()
3423 auto *New = new (*this, TypeAlignment) BlockPointerType(T, Canonical); in getBlockPointerType()
3462 auto *New = new (*this, TypeAlignment) LValueReferenceType(T, Canonical, in getLValueReferenceType()
3502 auto *New = new (*this, TypeAlignment) RValueReferenceType(T, Canonical); in getRValueReferenceType()
3532 auto *New = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical); in getMemberPointerType()
[all …]
H A DASTImporter.cpp1472 TypeAlignment = 1 << TypeAlignmentInBits in VisitInjectedClassNameType() enumerator
1475 return QualType(new (Importer.getToContext(), TypeAlignment) in VisitInjectedClassNameType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td578 T = new (ctx, TypeAlignment)
H A DType.h69 TypeAlignment = 1 << TypeAlignmentInBits enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6578 TypeAlignment); in CreateParsedType()