xref
: /
llvm-project
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
Inputs
/
mock-libcxx
/
include
/
c++
/
v1
/
mock_vector
(revision 885c559369fe3d6323898c17787bd0454065fc34)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class vector {};
2
typedef vector* vector_ptr;
3