Searched refs:TypeAlignment (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 923 BuiltinType *Ty = new (*this, TypeAlignment) BuiltinType(K); in InitBuiltinType() 2050 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals); in getExtQualType() 2215 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType() 2243 PointerType *New = new (*this, TypeAlignment) PointerType(T, Canonical); in getPointerType() 2263 AT = new (*this, TypeAlignment) in getAdjustedType() 2303 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType() 2335 = new (*this, TypeAlignment) BlockPointerType(T, Canonical); in getBlockPointerType() 2374 = new (*this, TypeAlignment) LValueReferenceType(T, Canonical, in getLValueReferenceType() 2411 = new (*this, TypeAlignment) RValueReferenceType(T, Canonical); in getRValueReferenceType() 2442 = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical); in getMemberPointerType() [all …]
|
/external/clang/include/clang/AST/ |
D | Type.h | 39 TypeAlignment = 1 << TypeAlignmentInBits enumerator
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3904 TypeAlignment); in CreateParsedType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5600 T = new (Context, TypeAlignment) InjectedClassNameType(D, TST); in readTypeRecord()
|