Home
last modified time | relevance | path

Searched refs:TypeAlignmentInBits (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h69 TypeAlignmentInBits = 4, enumerator
70 TypeAlignment = 1 << TypeAlignmentInBits
92 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
103 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
749 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1475 TypeAlignmentInBits = 4, in VisitInjectedClassNameType() enumerator
1476 TypeAlignment = 1 << TypeAlignmentInBits in VisitInjectedClassNameType()