Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h851 static void SetIsPacked(const CompilerType &type);
H A DTypeSystemClang.cpp2285 SetIsPacked(type); in CreateStructForIdentifier()
7428 void TypeSystemClang::SetIsPacked(const CompilerType &type) { in SetIsPacked() function in TypeSystemClang