Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp85 TypeLoc TypeLocBuilder::pushImpl(QualType T, size_t LocalSize, unsigned LocalAlignment) { in pushImpl() argument
93 assert(LocalAlignment <= BufferMaxAlignment && "Unexpected alignment"); in pushImpl()
110 if (LocalAlignment == 4) { in pushImpl()
139 } else if (LocalAlignment == 8) { in pushImpl()