Home
last modified time | relevance | path

Searched defs:ContainerInSystemHeader (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-cxx-uninitialized-object.h15 struct ContainerInSystemHeader { struct
17 ContainerInSystemHeader(T& t) : t(t) {} in ContainerInSystemHeader() function