Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2799 std::optional<int64_t> OffsetAfterFields = in structHasUniqueObjectRepresentations() local
2803 if (!OffsetAfterFields) in structHasUniqueObjectRepresentations()
2805 CurOffsetInBits = *OffsetAfterFields; in structHasUniqueObjectRepresentations()