Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp914 BuiltinType *Ty = new (*this, TypeAlignment) BuiltinType(K); in InitBuiltinType()
2029 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals); in getExtQualType()
2194 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType()
2222 PointerType *New = new (*this, TypeAlignment) PointerType(T, Canonical); in getPointerType()
2242 AT = new (*this, TypeAlignment) in getAdjustedType()
2282 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
2314 = new (*this, TypeAlignment) BlockPointerType(T, Canonical); in getBlockPointerType()
2353 = new (*this, TypeAlignment) LValueReferenceType(T, Canonical, in getLValueReferenceType()
2390 = new (*this, TypeAlignment) RValueReferenceType(T, Canonical); in getRValueReferenceType()
2421 = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical); in getMemberPointerType()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h39 TypeAlignment = 1 << TypeAlignmentInBits enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3858 TypeAlignment); in CreateParsedType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5539 T = new (Context, TypeAlignment) InjectedClassNameType(D, TST); in readTypeRecord()