Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h37 uint32_t Size, bool IsElided);
51 bool isElided() const { return IsElided; } in isElided()
68 bool IsElided = false; variable
115 bool IsElided);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp53 bool IsElided) in LayoutItemBase() argument
56 IsElided(IsElided) { in LayoutItemBase()
109 uint32_t Size, bool IsElided) in UDTLayoutBase() argument
110 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) { in UDTLayoutBase()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h103 bool IsElided = false)
105 Kind(IsElided ? ElidedDestructorKind : TemporaryDestructorKind) {} in Data()