Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR27684_contains_ref_to_incomplete_type.pass.cpp48 struct IncompleteType {}; struct
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp141 TEST(IncludeFixer, IncompleteType) { in TEST() argument
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1417 setIncompleteTypeFailure(QualType IncompleteType) setIncompleteTypeFailure() argument
/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp611 auto IncompleteType = [&](const BTF::CommonType &Tp) { in TEST() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDiagnosticsTests.cpp1240 TEST(IncludeFixerTest,IncompleteType) TEST() argument