Lines Matching defs:TEST
23 TEST(AllOf, AllOverloadsWork) { in TEST() function
51 TEST(DeclarationMatcher, MatchHas) { in TEST() function
64 TEST(DeclarationMatcher, MatchHasRecursiveAllOf) { in TEST() function
122 TEST(DeclarationMatcher, MatchHasRecursiveAnyOf) { in TEST() function
153 TEST(DeclarationMatcher, MatchNot) { in TEST() function
182 TEST(CastExpression, HasCastKind) { in TEST() function
191 TEST(DeclarationMatcher, HasDescendant) { in TEST() function
251 TEST(DeclarationMatcher, HasDescendantMemoization) { in TEST() function
257 TEST(DeclarationMatcher, HasDescendantMemoizationUsesRestrictKind) { in TEST() function
271 TEST(DeclarationMatcher, HasAncestorMemoization) { in TEST() function
284 TEST(DeclarationMatcher, HasAttr) { in TEST() function
292 TEST(DeclarationMatcher, MatchAnyOf) { in TEST() function
326 TEST(DeclarationMatcher, ClassIsDerived) { in TEST() function
540 TEST(DeclarationMatcher, IsLambda) { in TEST() function
546 TEST(Matcher, BindMatchedNodes) { in TEST() function
570 TEST(Matcher, BindTheSameNameInAlternatives) { in TEST() function
587 TEST(Matcher, BindsIDForMemoizedResults) { in TEST() function
599 TEST(HasType, MatchesAsString) { in TEST() function
612 TEST(Matcher, HasOperatorNameForOverloadedOperatorCall) { in TEST() function
640 TEST(Matcher, NestedOverloadedOperatorCalls) { in TEST() function
658 TEST(Matcher, VarDecl_Storage) { in TEST() function
670 TEST(Matcher, VarDecl_StorageDuration) { in TEST() function
693 TEST(Matcher, FindsVarDeclInFunctionParameter) { in TEST() function
699 TEST(UnaryExpressionOrTypeTraitExpression, MatchesCorrectType) { in TEST() function
711 TEST(IsInteger, MatchesIntegers) { in TEST() function
719 TEST(IsInteger, ReportsNoFalsePositives) { in TEST() function
726 TEST(IsSignedInteger, MatchesSignedIntegers) { in TEST() function
732 TEST(IsUnsignedInteger, MatchesUnsignedIntegers) { in TEST() function
738 TEST(IsAnyPointer, MatchesPointers) { in TEST() function
742 TEST(IsAnyPointer, MatchesObjcPointer) { in TEST() function
747 TEST(IsAnyPointer, ReportsNoFalsePositives) { in TEST() function
751 TEST(IsAnyCharacter, MatchesCharacters) { in TEST() function
755 TEST(IsAnyCharacter, ReportsNoFalsePositives) { in TEST() function
759 TEST(IsArrow, MatchesMemberVariablesViaArrow) { in TEST() function
768 TEST(IsArrow, MatchesStaticMemberVariablesViaArrow) { in TEST() function
777 TEST(IsArrow, MatchesMemberCallsViaArrow) { in TEST() function
786 TEST(ConversionDeclaration, IsExplicit) { in TEST() function
793 TEST(Matcher, ArgumentCount) { in TEST() function
801 TEST(Matcher, ParameterCount) { in TEST() function
810 TEST(Matcher, References) { in TEST() function
827 TEST(QualType, hasLocalQualifiers) { in TEST() function
838 TEST(IsExternC, MatchesExternCFunctionDeclarations) { in TEST() function
845 TEST(IsDefaulted, MatchesDefaultedFunctionDeclarations) { in TEST() function
852 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) { in TEST() function
859 TEST(IsNoThrow, MatchesNoThrowFunctionDeclarations) { in TEST() function
875 TEST(isConstexpr, MatchesConstexprDeclarations) { in TEST() function
882 TEST(TemplateArgumentCountIs, Matches) { in TEST() function
897 TEST(IsIntegral, Matches) { in TEST() function
906 TEST(EqualsIntegralValue, Matches) { in TEST() function
921 TEST(Matcher, MatchesAccessSpecDecls) { in TEST() function
933 TEST(Matcher, MatchesFinal) { in TEST() function
942 TEST(Matcher, MatchesVirtualMethod) { in TEST() function
948 TEST(Matcher, MatchesVirtualAsWrittenMethod) { in TEST() function
958 TEST(Matcher, MatchesPureMethod) { in TEST() function
964 TEST(Matcher, MatchesCopyAssignmentOperator) { in TEST() function
979 TEST(Matcher, MatchesMoveAssignmentOperator) { in TEST() function
994 TEST(Matcher, MatchesConstMethod) { in TEST() function
1001 TEST(Matcher, MatchesOverridingMethod) { in TEST() function
1018 TEST(Matcher, ConstructorArgument) { in TEST() function
1042 TEST(Matcher, ConstructorArgumentCount) { in TEST() function
1059 TEST(Matcher, ConstructorListInitialization) { in TEST() function
1071 TEST(ConstructorDeclaration, IsImplicit) { in TEST() function
1086 TEST(ConstructorDeclaration, IsExplicit) { in TEST() function
1093 TEST(ConstructorDeclaration, Kinds) { in TEST() function
1116 TEST(ConstructorDeclaration, IsUserProvided) { in TEST() function
1129 TEST(ConstructorDeclaration, IsDelegatingConstructor) { in TEST() function
1142 TEST(StringLiteral, HasSize) { in TEST() function
1153 TEST(Matcher, HasNameSupportsNamespaces) { in TEST() function
1180 TEST(Matcher, HasNameSupportsOuterClasses) { in TEST() function
1215 TEST(Matcher, HasNameSupportsInlinedNamespaces) { in TEST() function
1223 TEST(Matcher, HasNameSupportsAnonymousNamespaces) { in TEST() function
1233 TEST(Matcher, HasNameSupportsAnonymousOuterClasses) { in TEST() function
1248 TEST(Matcher, HasNameSupportsFunctionScope) { in TEST() function
1261 TEST(Matcher, HasAnyName) { in TEST() function
1277 TEST(Matcher, IsDefinition) { in TEST() function
1294 TEST(Matcher, HandlesNullQualTypes) { in TEST() function
1320 TEST(StatementCountIs, FindsNoStatementsInAnEmptyCompoundStatement) { in TEST() function
1327 TEST(StatementCountIs, AppearsToMatchOnlyOneCount) { in TEST() function
1336 TEST(StatementCountIs, WorksWithMultipleStatements) { in TEST() function
1341 TEST(StatementCountIs, WorksWithNestedCompoundStatements) { in TEST() function
1352 TEST(Member, WorksInSimplestCase) { in TEST() function
1357 TEST(Member, DoesNotMatchTheBaseExpression) { in TEST() function
1364 TEST(Member, MatchesInMemberFunctionCall) { in TEST() function
1372 TEST(Member, MatchesMember) { in TEST() function
1381 TEST(Member, BitFields) { in TEST() function
1390 TEST(Member, UnderstandsAccess) { in TEST() function
1418 TEST(hasDynamicExceptionSpec, MatchesDynamicExceptionSpecifications) { in TEST() function
1448 TEST(HasObjectExpression, DoesNotMatchMember) { in TEST() function
1454 TEST(HasObjectExpression, MatchesBaseOfVariable) { in TEST() function
1464 TEST(HasObjectExpression, in TEST() function
1476 TEST(Field, DoesNotMatchNonFieldMembers) { in TEST() function
1483 TEST(Field, MatchesField) { in TEST() function
1487 TEST(IsVolatileQualified, QualifiersMatch) { in TEST() function
1496 TEST(IsConstQualified, MatchesConstInt) { in TEST() function
1501 TEST(IsConstQualified, MatchesConstPointer) { in TEST() function
1506 TEST(IsConstQualified, MatchesThroughTypedef) { in TEST() function
1513 TEST(IsConstQualified, DoesNotMatchInappropriately) { in TEST() function
1520 TEST(DeclCount, DeclCountIsCorrect) { in TEST() function
1530 TEST(EachOf, TriggersForEachMatch) { in TEST() function
1538 TEST(EachOf, BehavesLikeAnyOfUnlessBothMatch) { in TEST() function
1555 TEST(IsTemplateInstantiation, MatchesImplicitClassTemplateInstantiation) { in TEST() function
1569 TEST(IsTemplateInstantiation, MatchesImplicitFunctionTemplateInstantiation) { in TEST() function
1576 TEST(IsTemplateInstantiation, MatchesExplicitClassTemplateInstantiation) { in TEST() function
1584 TEST(IsTemplateInstantiation, in TEST() function
1592 TEST(IsTemplateInstantiation, in TEST() function
1603 TEST(IsTemplateInstantiation, DoesNotMatchInstantiationsInsideOfInstantiation) { in TEST() function
1616 TEST(IsTemplateInstantiation, DoesNotMatchExplicitClassTemplateSpecialization) { in TEST() function
1623 TEST(IsTemplateInstantiation, DoesNotMatchNonTemplate) { in TEST() function
1629 TEST(IsInstantiated, MatchesInstantiation) { in TEST() function
1635 TEST(IsInstantiated, NotMatchesDefinition) { in TEST() function
1640 TEST(IsInTemplateInstantiation, MatchesInstantiationStmt) { in TEST() function
1646 TEST(IsInTemplateInstantiation, NotMatchesDefinitionStmt) { in TEST() function
1651 TEST(IsInstantiated, MatchesFunctionInstantiation) { in TEST() function
1657 TEST(IsInstantiated, NotMatchesFunctionDefinition) { in TEST() function
1662 TEST(IsInTemplateInstantiation, MatchesFunctionInstantiationStmt) { in TEST() function
1668 TEST(IsInTemplateInstantiation, NotMatchesFunctionDefinitionStmt) { in TEST() function
1673 TEST(IsInTemplateInstantiation, Sharing) { in TEST() function
1685 TEST(IsExplicitTemplateSpecialization, in TEST() function
1695 TEST(IsExplicitTemplateSpecialization, in TEST() function
1707 TEST(IsExplicitTemplateSpecialization, in TEST() function
1717 TEST(IsExplicitTemplateSpecialization, in TEST() function
1729 TEST(TypeMatching, MatchesBool) { in TEST() function
1736 TEST(TypeMatching, MatchesVoid) { in TEST() function
1741 TEST(TypeMatching, MatchesRealFloats) { in TEST() function
1750 TEST(TypeMatching, MatchesArrayTypes) { in TEST() function
1784 TEST(TypeMatching, DecayedType) { in TEST() function
1789 TEST(TypeMatching, MatchesComplexTypes) { in TEST() function
1799 TEST(NS, Anonymous) { in TEST() function
1804 TEST(EqualsBoundNodeMatcher, QualType) { in TEST() function
1815 TEST(EqualsBoundNodeMatcher, NonMatchingTypes) { in TEST() function
1822 TEST(EqualsBoundNodeMatcher, Stmt) { in TEST() function
1833 TEST(EqualsBoundNodeMatcher, Decl) { in TEST() function
1844 TEST(EqualsBoundNodeMatcher, Type) { in TEST() function
1858 TEST(EqualsBoundNodeMatcher, UsingForEachDescendant) { in TEST() function
1879 TEST(EqualsBoundNodeMatcher, FiltersMatchedCombinations) { in TEST() function
1892 TEST(EqualsBoundNodeMatcher, UnlessDescendantsOfAncestorsMatch) { in TEST() function
1924 TEST(NullPointerConstants, Basic) { in TEST() function