Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h38 uint32_t Size, bool IsElided);
52 bool isElided() const { return IsElided; } in isElided()
69 bool IsElided = false; variable
116 bool IsElided);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp50 bool IsElided) in LayoutItemBase() argument
53 IsElided(IsElided) { in LayoutItemBase()
106 uint32_t Size, bool IsElided) in UDTLayoutBase() argument
107 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) { in UDTLayoutBase()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h100 bool IsElided = false)
102 Kind(IsElided ? ElidedDestructorKind : TemporaryDestructorKind) {} in Data()