Searched refs:TypeAlignment (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1248 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 D | ASTImporter.cpp | 1472 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 D | TypeProperties.td | 578 T = new (ctx, TypeAlignment)
|
| H A D | Type.h | 69 TypeAlignment = 1 << TypeAlignmentInBits enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 6578 TypeAlignment); in CreateParsedType()
|