reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain,
2482 if (!contextMatches(die_context, pattern))
tools/lldb/unittests/Symbol/TestType.cpp57 EXPECT_TRUE(contextMatches(mms, mms)); 62 EXPECT_FALSE(contextMatches(mms, mmc)); 70 EXPECT_TRUE(contextMatches(mms, mas)); 71 EXPECT_TRUE(contextMatches(ms, mas)); 72 EXPECT_FALSE(contextMatches(mas, ms)); 78 EXPECT_TRUE(contextMatches(mmms, mas)); 87 EXPECT_TRUE(contextMatches(mme, mma)); 88 EXPECT_TRUE(contextMatches(mms, mma)); 93 EXPECT_FALSE(contextMatches(mme2, mma));