Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2777 llvm::Optional<int64_t> OffsetAfterFields = in structHasUniqueObjectRepresentations() local
2780 if (!OffsetAfterFields) in structHasUniqueObjectRepresentations()
2782 CurOffsetInBits = *OffsetAfterFields; in structHasUniqueObjectRepresentations()