|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp 225 AllOf(Named("f_b"), Declared(), Not(Defined()))));
367 Contains(AllOf(Named("f_b"), Declared(), Defined())));
435 Contains(AllOf(Named("new_func"), Declared(), Not(Defined()))));
tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp 205 AllOf(Has("FooBar"), Has("FooBaz"), Not(Has("Qux"))));
307 AllOf(Has("local_var"), Has("LocalClass"),
346 AllOf(Has("priv"), Has("prot"), Has("pub")));
360 AllOf(Has("pub"), Not(Has("prot")), Not(Has("priv"))));
444 ElementsAre(AllOf(Named("func"), Labeled("func(int a, int b)"),
459 ElementsAre(AllOf(Named("func"), Labeled("func(int a, int b)"),
469 Contains(AllOf(Named("func"), Labeled("ns::func(int a, int b)"),
702 EXPECT_THAT(Results.Completions, ElementsAre(AllOf(Named("X"), Labeled("X"),
810 ElementsAre(AllOf(Named("Foo"), HasInclude("\"foo_header.h\""),
1355 AllOf(Contains(Labeled("SomeNameOfField")),
2077 AllOf(Contains(AllOf(Labeled("void vfunc(bool param, int p) override"),
2206 AllOf(Named("Func"), HasInclude("\"foo.h\""), Not(InsertInclude()))));
2376 AllOf(Qualifier(""), Scope("na::"), Named("ClangdA"))));
2396 AllOf(Qualifier(""), Scope(""), Named("Clangd3")),
2549 ElementsAre(AllOf(Scope("std::"), Named("foo"),
tools/clang/tools/extra/clangd/unittests/DiagnosticsTests.cpp 177 ElementsAre(::testing::AllOf(
282 UnorderedElementsAre(::testing::AllOf(
tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp 123 AllOf(QName("x"), DeclURI("file:///x1"), DefURI("file:///x2"))));
408 EXPECT_THAT(Symbols, ElementsAre(AllOf(DeclURI("unittest:///foo.h"),
tools/clang/tools/extra/clangd/unittests/FindSymbolsTests.cpp 394 {AllOf(WithName("Foo"), WithKind(SymbolKind::Class), Children()),
395 AllOf(WithName("Foo"), WithKind(SymbolKind::Class),
396 Children(AllOf(WithName("Foo"), WithKind(SymbolKind::Method),
398 AllOf(WithName("Foo"), WithKind(SymbolKind::Method),
400 AllOf(WithName("f"), WithKind(SymbolKind::Method),
402 AllOf(WithName("operator="),
404 AllOf(WithName("~Foo"), WithKind(SymbolKind::Method),
406 AllOf(WithName("Nested"), WithKind(SymbolKind::Class),
407 Children(AllOf(WithName("f"),
410 AllOf(WithName("Friend"), WithKind(SymbolKind::Class), Children()),
411 AllOf(WithName("f1"), WithKind(SymbolKind::Function), Children()),
412 AllOf(WithName("f2"), WithKind(SymbolKind::Function), Children()),
413 AllOf(WithName("KInt"), WithKind(SymbolKind::Variable), Children()),
414 AllOf(WithName("kStr"), WithKind(SymbolKind::Variable), Children()),
415 AllOf(WithName("f1"), WithKind(SymbolKind::Function), Children()),
416 AllOf(
419 AllOf(WithName("int32"), WithKind(SymbolKind::Class),
421 AllOf(WithName("int32_t"), WithKind(SymbolKind::Class),
423 AllOf(WithName("v1"), WithKind(SymbolKind::Variable),
425 AllOf(WithName("bar"), WithKind(SymbolKind::Namespace),
426 Children(AllOf(WithName("v2"),
429 AllOf(WithName("baz"), WithKind(SymbolKind::Namespace),
448 AllOf(WithName("Foo"), WithKind(SymbolKind::Class),
449 Children(AllOf(WithName("f"), WithKind(SymbolKind::Method),
451 AllOf(WithName("Foo::f"), WithKind(SymbolKind::Method),
489 AllOf(WithName("(anonymous struct)"), WithKind(SymbolKind::Struct),
490 Children(AllOf(WithName("InUnnamed"),
492 AllOf(WithName("UnnamedStruct"), WithKind(SymbolKind::Variable),
536 AllOf(WithName("Tmpl"), WithKind(SymbolKind::Struct),
538 AllOf(WithName("Tmpl<int>"), WithKind(SymbolKind::Struct),
540 AllOf(WithName("Tmpl<float>"), WithKind(SymbolKind::Struct),
542 AllOf(WithName("Tmpl<double>"), WithKind(SymbolKind::Struct),
tools/clang/tools/extra/clangd/unittests/IndexActionTests.cpp 129 AllOf(IsTU(), IncludesAre({Level1HeaderPath}),
132 AllOf(Not(IsTU()), IncludesAre({Level2HeaderPath}),
135 AllOf(Not(IsTU()), IncludesAre({}),
158 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}),
160 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}),
193 AllOf(IsTU(), IncludesAre({HeaderPath, CommonHeaderPath}),
196 AllOf(Not(IsTU()), IncludesAre({CommonHeaderPath}),
199 AllOf(Not(IsTU()), IncludesAre({}),
226 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}),
228 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({}),
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp 415 AllOf(QName("Tmpl"), DeclRange(Header.range()),
417 AllOf(QName("Tmpl"), DeclRange(Header.range("specdecl")),
419 AllOf(QName("Tmpl"), DeclRange(Header.range("partspecdecl")),
421 AllOf(QName("Tmpl::x"), DeclRange(Header.range("xdecl")),
567 AllOf(QName("X"), DeclRange(Header.range("xdecl")),
569 AllOf(QName("Cls"), DeclRange(Header.range("clsdecl")),
571 AllOf(QName("print"), DeclRange(Header.range("printdecl")),
809 AllOf(QName("abc_Test"), DeclRange(Header.range("expansion")),
811 AllOf(QName("Test"), DeclRange(Header.range("spelling")),
822 EXPECT_THAT(Symbols, UnorderedElementsAre(AllOf(
862 AllOf(QName("Foo"), Doc("Doc Foo"), ForCodeCompletion(true)),
870 AllOf(QName("Foo"), Doc("Doc Foo"), ForCodeCompletion(true)),
894 AllOf(QName("Foo::f"), ReturnType(""), ForCodeCompletion(false)),
895 AllOf(QName("Foo::g"), ReturnType(""), ForCodeCompletion(false)),
896 AllOf(QName("Foo::sf"), ReturnType(""), ForCodeCompletion(false)),
897 AllOf(QName("Foo::ssf"), ReturnType(""), ForCodeCompletion(false)),
898 AllOf(QName("Foo::x"), ReturnType(""), ForCodeCompletion(false))));
974 AllOf(QName("nx::f"), Labeled("f()"), Snippet("f()")),
975 AllOf(QName("nx::ff"), Labeled("ff(int x, double y)"),
997 Contains(AllOf(QName("std::string"), DeclURI(TestHeaderURI),
1012 AllOf(QName("Foo"), DeclURI(TestHeaderURI),
1027 AllOf(QName("Foo"), DeclURI(TestHeaderURI),
1043 UnorderedElementsAre(AllOf(QName("X"), DeclURI(IncURI),
1045 AllOf(QName("Y"), DeclURI(TestHeaderURI),
1067 EXPECT_THAT(Symbols, UnorderedElementsAre(AllOf(QName("X"), DeclURI(IncURI),
1083 EXPECT_THAT(Symbols, UnorderedElementsAre(AllOf(QName("X"), DeclURI(IncURI),
1250 AllOf(QName("X"), DeclURI(TestHeaderURI),
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp 771 ElementsAre(AllOf(
tools/clang/tools/extra/clangd/unittests/TypeHierarchyTests.cpp 379 AllOf(
418 AllOf(WithName("S"), WithKind(SymbolKind::Struct),
450 AllOf(WithName("S"), WithKind(SymbolKind::Struct),
458 AllOf(WithName("S"), WithKind(SymbolKind::Struct),
tools/clang/tools/extra/clangd/unittests/URITests.cpp 87 AllOf(Scheme("file"), Authority("auth"), Body("/x/y/z")));
90 AllOf(Scheme("file"), Authority("au=th"), Body("/(x)/y/\\ z")));
93 AllOf(Scheme("file"), Authority(""), Body("/(x)/y/\\ z")));
95 AllOf(Scheme("file"), Authority(""), Body("/x/y/z")));
97 AllOf(Scheme("file"), Authority(""), Body("")));
99 AllOf(Scheme("file"), Authority(""), Body("/x/y/z%2")));
101 AllOf(Scheme("http"), Authority("llvm.org"), Body("")));
103 AllOf(Scheme("http"), Authority("llvm.org"), Body("/")));
105 AllOf(Scheme("http"), Authority("llvm.org"), Body("/D")));
107 AllOf(Scheme("http"), Authority(""), Body("/")));
109 AllOf(Scheme("urn"), Authority(""), Body("isbn:0451450523")));
112 AllOf(Scheme("file"), Authority(""), Body("/c:/windows/system32/")));
tools/clang/unittests/Index/IndexTests.cpp 207 AllOf(Contains(AllOf(QName("Foo"), WrittenAt(Position(8, 7)),
209 Contains(AllOf(QName("Foo"), WrittenAt(Position(7, 7)),
228 Contains(AllOf(QName("Foo"), WrittenAt(Position(8, 7)),
283 AllOf(QName("Foo"), Kind(SymbolKind::Struct),
285 AllOf(QName("Foo::Foo"), Kind(SymbolKind::Constructor),
289 AllOf(QName("Foo::~Foo"), Kind(SymbolKind::Destructor),
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp 169 Contains(AllOf(Field(&ConditionalBranchNode::Address, Eq(0xDEADBEEF)),
196 Contains(AllOf(Field(&ConditionalBranchNode::Address, Eq(0xDEADBEEF)),
226 Contains(AllOf(
235 Contains(AllOf(
265 Contains(AllOf(
274 Contains(AllOf(
337 Each(AllOf(Field(&ConditionalBranchNode::CFIProtection, Eq(false)),
362 AllOf(Field(&ConditionalBranchNode::Address, Eq(0xDEADBEEF)),
utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h 1031 ::testing::AllOf(m3, m4, m5));
1039 ::testing::AllOf(m1, m2, m3),
1040 ::testing::AllOf(m4, m5, m6));