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

Derived Classes

tools/clang/unittests/Format/FormatTestJava.cpp
   53 TEST_F(FormatTestJava, NoAlternativeOperatorNames) {
   57 TEST_F(FormatTestJava, UnderstandsCasts) {
   61 TEST_F(FormatTestJava, FormatsInstanceOfLikeOperators) {
   74 TEST_F(FormatTestJava, Chromium) {
   89 TEST_F(FormatTestJava, QualifiedNames) {
   94 TEST_F(FormatTestJava, ClassKeyword) {
   99 TEST_F(FormatTestJava, ClassDeclarations) {
  168 TEST_F(FormatTestJava, AnonymousClasses) {
  181 TEST_F(FormatTestJava, EnumDeclarations) {
  247 TEST_F(FormatTestJava, ArrayInitializers) {
  264 TEST_F(FormatTestJava, ThrowsDeclarations) {
  271 TEST_F(FormatTestJava, Annotations) {
  340 TEST_F(FormatTestJava, Generics) {
  380 TEST_F(FormatTestJava, StringConcatenation) {
  385 TEST_F(FormatTestJava, TryCatchFinally) {
  411 TEST_F(FormatTestJava, TryWithResources) {
  422 TEST_F(FormatTestJava, SynchronizedKeyword) {
  428 TEST_F(FormatTestJava, AssertKeyword) {
  433 TEST_F(FormatTestJava, PackageDeclarations) {
  438 TEST_F(FormatTestJava, ImportDeclarations) {
  445 TEST_F(FormatTestJava, MethodDeclarations) {
  454 TEST_F(FormatTestJava, MethodReference) {
  470 TEST_F(FormatTestJava, CppKeywords) {
  477 TEST_F(FormatTestJava, NeverAlignAfterReturn) {
  497 TEST_F(FormatTestJava, FormatsInnerBlocks) {
  525 TEST_F(FormatTestJava, FormatsLambdas) {
  540 TEST_F(FormatTestJava, BreaksStringLiterals) {
  547 TEST_F(FormatTestJava, AlignsBlockComments) {
  560 TEST_F(FormatTestJava, KeepsDelimitersOnOwnLineInJavaDocComments) {
  569 TEST_F(FormatTestJava, RetainsLogicalShifts) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);