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

Derived Classes

tools/clang/unittests/Format/FormatTestJS.cpp
   68 TEST_F(FormatTestJS, BlockComments) {
   94 TEST_F(FormatTestJS, JSDocComments) {
  245 TEST_F(FormatTestJS, UnderstandsJavaScriptOperators) {
  294 TEST_F(FormatTestJS, UnderstandsAmpAmp) {
  298 TEST_F(FormatTestJS, LiteralOperatorsCanBeKeywords) {
  302 TEST_F(FormatTestJS, ReservedWords) {
  348 TEST_F(FormatTestJS, ReservedWordsMethods) {
  363 TEST_F(FormatTestJS, ReservedWordsParenthesized) {
  373 TEST_F(FormatTestJS, CppKeywords) {
  380 TEST_F(FormatTestJS, ES6DestructuringAssignment) {
  388 TEST_F(FormatTestJS, ContainerLiterals) {
  496 TEST_F(FormatTestJS, MethodsInObjectLiterals) {
  525 TEST_F(FormatTestJS, GettersSettersVisibilityKeywords) {
  544 TEST_F(FormatTestJS, SpacesInContainerLiterals) {
  558 TEST_F(FormatTestJS, SingleQuotedStrings) {
  562 TEST_F(FormatTestJS, GoogScopes) {
  574 TEST_F(FormatTestJS, IIFEs) {
  593 TEST_F(FormatTestJS, GoogModules) {
  619 TEST_F(FormatTestJS, FormatsNamespaces) {
  628 TEST_F(FormatTestJS, NamespacesMayNotWrap) {
  639 TEST_F(FormatTestJS, AmbientDeclarations) {
  669 TEST_F(FormatTestJS, FormatsFreestandingFunctions) {
  694 TEST_F(FormatTestJS, GeneratorFunctions) {
  721 TEST_F(FormatTestJS, AsyncFunctions) {
  770 TEST_F(FormatTestJS, FunctionParametersTrailingComma) {
  794 TEST_F(FormatTestJS, ArrayLiterals) {
  836 TEST_F(FormatTestJS, ColumnLayoutForArrayLiterals) {
  847 TEST_F(FormatTestJS, FunctionLiterals) {
  952 TEST_F(FormatTestJS, DontWrapEmptyLiterals) {
  961 TEST_F(FormatTestJS, InliningFunctionLiterals) {
 1018 TEST_F(FormatTestJS, MultipleFunctionLiterals) {
 1081 TEST_F(FormatTestJS, ArrowFunctions) {
 1122 TEST_F(FormatTestJS, ReturnStatements) {
 1128 TEST_F(FormatTestJS, ForLoops) {
 1143 TEST_F(FormatTestJS, WrapRespectsAutomaticSemicolonInsertion) {
 1190 TEST_F(FormatTestJS, AddsIsTheDictKeyOnNewline) {
 1200 TEST_F(FormatTestJS, AutomaticSemicolonInsertionHeuristic) {
 1283 TEST_F(FormatTestJS, ImportExportASI) {
 1302 TEST_F(FormatTestJS, ClosureStyleCasts) {
 1306 TEST_F(FormatTestJS, TryCatch) {
 1320 TEST_F(FormatTestJS, StringLiteralConcatenation) {
 1325 TEST_F(FormatTestJS, RegexLiteralClassification) {
 1353 TEST_F(FormatTestJS, RegexLiteralSpecialCharacters) {
 1419 TEST_F(FormatTestJS, RegexLiteralModifiers) {
 1426 TEST_F(FormatTestJS, RegexLiteralLength) {
 1436 TEST_F(FormatTestJS, RegexLiteralExamples) {
 1440 TEST_F(FormatTestJS, IgnoresMpegTS) {
 1449 TEST_F(FormatTestJS, TypeAnnotations) {
 1487 TEST_F(FormatTestJS, UnionIntersectionTypes) {
 1509 TEST_F(FormatTestJS, UnionIntersectionTypesInObjectType) {
 1521 TEST_F(FormatTestJS, ClassDeclarations) {
 1568 TEST_F(FormatTestJS, StrictPropInitWrap) {
 1577 TEST_F(FormatTestJS, InterfaceDeclarations) {
 1595 TEST_F(FormatTestJS, ObjectTypesInExtendsImplements) {
 1606 TEST_F(FormatTestJS, EnumDeclarations) {
 1630 TEST_F(FormatTestJS, Decorators) {
 1651 TEST_F(FormatTestJS, TypeAliases) {
 1665 TEST_F(FormatTestJS, TypeInterfaceLineWrapping) {
 1679 TEST_F(FormatTestJS, RemoveEmptyLinesInArrowFunctions) {
 1690 TEST_F(FormatTestJS, Modules) {
 1772 TEST_F(FormatTestJS, ImportWrapping) {
 1807 TEST_F(FormatTestJS, TemplateStrings) {
 1914 TEST_F(FormatTestJS, TemplateStringMultiLineExpression) {
 1950 TEST_F(FormatTestJS, TemplateStringASI) {
 1956 TEST_F(FormatTestJS, NestedTemplateStrings) {
 1965 TEST_F(FormatTestJS, TaggedTemplateStrings) {
 1976 TEST_F(FormatTestJS, CastSyntax) {
 1997 TEST_F(FormatTestJS, TypeArguments) {
 2013 TEST_F(FormatTestJS, UserDefinedTypeGuards) {
 2021 TEST_F(FormatTestJS, OptionalTypes) {
 2038 TEST_F(FormatTestJS, IndexSignature) {
 2042 TEST_F(FormatTestJS, WrapAfterParen) {
 2060 TEST_F(FormatTestJS, JSDocAnnotations) {
 2139 TEST_F(FormatTestJS, RequoteStringsSingle) {
 2164 TEST_F(FormatTestJS, RequoteAndIndent) {
 2179 TEST_F(FormatTestJS, RequoteStringsDouble) {
 2187 TEST_F(FormatTestJS, RequoteStringsLeave) {
 2194 TEST_F(FormatTestJS, SupportShebangLines) {
 2201 TEST_F(FormatTestJS, NonNullAssertionOperator) {
 2225 TEST_F(FormatTestJS, Conditional) {
 2234 TEST_F(FormatTestJS, ImportComments) {
 2241 TEST_F(FormatTestJS, Exponentiation) {
 2246 TEST_F(FormatTestJS, NestedLiterals) {
 2285 TEST_F(FormatTestJS, BackslashesInComments) {
 2307 TEST_F(FormatTestJS, AddsLastLinePenaltyIfEndingIsBroken) {
 2327 TEST_F(FormatTestJS, ParameterNamingComment) {
 2331 TEST_F(FormatTestJS, ConditionalTypes) {
 2340 TEST_F(FormatTestJS, SupportPrivateFieldsAndMethods) {

References

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