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

References

lib/LineEditor/LineEditor.cpp
   39   std::string CommonPrefix = Comps[0].TypedText;
   43     size_t Len = std::min(CommonPrefix.size(), I->TypedText.size());
   46       if (CommonPrefix[CommonLen] != I->TypedText[CommonLen])
tools/clang/tools/extra/unittests/clang-query/QueryParserTest.cpp
  178   EXPECT_EQ("help ", Comps[0].TypedText);
  180   EXPECT_EQ("let ", Comps[1].TypedText);
  182   EXPECT_EQ("match ", Comps[2].TypedText);
  184   EXPECT_EQ("quit ", Comps[3].TypedText);
  186   EXPECT_EQ("set ", Comps[4].TypedText);
  188   EXPECT_EQ("enable ", Comps[5].TypedText);
  190   EXPECT_EQ("disable ", Comps[6].TypedText);
  192   EXPECT_EQ("unlet ", Comps[7].TypedText);
  197   EXPECT_EQ("utput ", Comps[0].TypedText);
  202   EXPECT_EQ("output ", Comps[0].TypedText);
  208   EXPECT_EQ("diag ", Comps[0].TypedText);
  210   EXPECT_EQ("print ", Comps[1].TypedText);
  212   EXPECT_EQ("detailed-ast ", Comps[2].TypedText);
  214   EXPECT_EQ("dump ", Comps[3].TypedText);
  219   EXPECT_EQ("Stmt(", Comps[0].TypedText);
  225   EXPECT_EQ("atch ", Comps[0].TypedText);
  230   EXPECT_EQ("et ", Comps[0].TypedText);