Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp923 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/
DType.h39 TypeAlignment = 1 << TypeAlignmentInBits enumerator
/external/clang/lib/Sema/
DSemaType.cpp3904 TypeAlignment); in CreateParsedType()
/external/clang/lib/Serialization/
DASTReader.cpp5600 T = new (Context, TypeAlignment) InjectedClassNameType(D, TST); in readTypeRecord()