Searched refs:TypeAlignment (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 948 BuiltinType *Ty = new (*this, TypeAlignment) BuiltinType(K); in InitBuiltinType() 2104 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals); in getExtQualType() 2269 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType() 2297 PointerType *New = new (*this, TypeAlignment) PointerType(T, Canonical); in getPointerType() 2317 AT = new (*this, TypeAlignment) in getAdjustedType() 2357 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType() 2389 = new (*this, TypeAlignment) BlockPointerType(T, Canonical); in getBlockPointerType() 2428 = new (*this, TypeAlignment) LValueReferenceType(T, Canonical, in getLValueReferenceType() 2465 = new (*this, TypeAlignment) RValueReferenceType(T, Canonical); in getRValueReferenceType() 2496 = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical); in getMemberPointerType() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Type.h | 39 TypeAlignment = 1 << TypeAlignmentInBits enumerator
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 4854 TypeAlignment); in CreateParsedType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5317 T = new (Context, TypeAlignment) InjectedClassNameType(D, TST); in readTypeRecord()
|