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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
   43 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain,

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2482     if (!contextMatches(die_context, pattern))
tools/lldb/unittests/Symbol/TestType.cpp
   57   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));