Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DUncheckedOptionalAccessModelTest.cpp1197 struct OptionalTypeIdentifier { struct
1203 : public ::testing::TestWithParam<OptionalTypeIdentifier> { argument
1286 ::testing::Values(OptionalTypeIdentifier{"std", "optional"},
1287 OptionalTypeIdentifier{"absl", "optional"},
1288 OptionalTypeIdentifier{"base", "Optional"}),
1289 [](const ::testing::TestParamInfo<OptionalTypeIdentifier> &Info) { in __anonc523bd4d0502()