reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
  149                                    AllOf(Named("f_b"), Declared(),
  162                                    AllOf(Named("f_b"), Declared(), Defined(),
tools/clang/tools/extra/clangd/unittests/DiagnosticsTests.cpp
  239           AllOf(Diag(Test.range("deprecated"),
  248           AllOf(
  258           AllOf(
  300       UnorderedElementsAre(::testing::AllOf(
  349       UnorderedElementsAre(::testing::AllOf(
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  464           Contains(AllOf(QName("Tmpl"), TemplateArgs("<int, bool, Bar, 3>"),
  467           Contains(AllOf(QName("Tmpl"), TemplateArgs("<bool, U, Bar, T>"),
  470           Contains(AllOf(QName("Foo"), TemplateArgs("<Bar<int>, int, double>"),
  473           Contains(AllOf(QName("Foo"), TemplateArgs("<T, T>"),
  476           Contains(AllOf(QName("Baz"), TemplateArgs("<3, 5, 8>"),
  479           Contains(AllOf(QName("Baz"), TemplateArgs("<T, T>"),
  482           Contains(AllOf(QName("Foz"), TemplateArgs("<Bar, Bar>"),
  485           Contains(AllOf(QName("Foz"), TemplateArgs("<T, T>"),
  863                   AllOf(QName("Foo::f"), Doc(""), ReturnType(""),
  871                   AllOf(QName("Foo::f"), Doc("Doc f"), ReturnType(""),
  959           QName("nx"), AllOf(QName("nx::ff"), Labeled("ff(int x, double y)"),
 1165   EXPECT_THAT(Symbols, UnorderedElementsAre(AllOf(
 1252           AllOf(Labeled("MAC(x)"), RefCount(0),
 1255           AllOf(Labeled("USED(y)"), RefCount(1),
 1257           AllOf(Labeled("MAIN"), RefCount(0), DeclRange(Main.range("main")),
tools/clang/tools/extra/clangd/unittests/TypeHierarchyTests.cpp
  381             Parents(AllOf(WithName("Parent1"), WithKind(SymbolKind::Struct),
  384                     AllOf(WithName("Parent3"), WithKind(SymbolKind::Struct),
  386                           Parents(AllOf(
  419             Parents(AllOf(WithName("S"), WithKind(SymbolKind::Struct),
  451             Parents(AllOf(WithName("S"), WithKind(SymbolKind::Struct),
  459             Parents(AllOf(WithName("S"), WithKind(SymbolKind::Struct),
  633       AllOf(WithName("Parent"), WithKind(SymbolKind::Struct),
  635             Children(AllOf(WithName("Child1"), WithKind(SymbolKind::Struct),
  643       AllOf(WithName("Child1"), WithKind(SymbolKind::Struct),
  645             Children(AllOf(WithName("Child2a"), WithKind(SymbolKind::Struct),
  647                      AllOf(WithName("Child2b"), WithKind(SymbolKind::Struct),
tools/clang/unittests/Index/IndexTests.cpp
  243   EXPECT_THAT(Index->Symbols, AllOf(Not(Contains(QName("Foo::T"))),
  252               AllOf(Contains(QName("Foo::T")), Contains(QName("Foo::I")),
  287           AllOf(QName("Foo"), Kind(SymbolKind::Struct),
  291           AllOf(QName("Foo"), Kind(SymbolKind::Struct),
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  811                  testing::AllOf(testing::ContainsRegex("line 3, in foo"),
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
  438       Each(AllOf(
  471       Contains(AllOf(
  481       Contains(AllOf(
  561               Contains(AllOf(
  573               Contains(AllOf(
  585       Contains(AllOf(Field(&ConditionalBranchNode::CFIProtection, Eq(false)),
utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h
 1057       ::testing::AllOf(m1, m2, m3, m4),
 1058       ::testing::AllOf(m5, m6, m7, m8));