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

References

tools/clang/unittests/AST/StmtPrinterTest.cpp
   49   case StdVer::CXX11: StdOpt = "-std=c++11"; break;
  146   ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX11,
  161   ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX11,
  169   ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX11,
  205   ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX11,
  210   ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX11,
  239   ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX11, CPPSource,
  245       StdVer::CXX11, CPPSource, lambdaExpr(anything()).bind("id"), "[] {}",