• Home
  • Raw
  • Download

Lines Matching defs:TEST

23 TEST(HasNameDeathTest, DiesOnEmptyName) {  in TEST()  function
30 TEST(HasNameDeathTest, DiesOnEmptyPattern) { in TEST() function
37 TEST(IsDerivedFromDeathTest, DiesOnEmptyBaseName) { in TEST() function
45 TEST(Finder, DynamicOnlyAcceptsSomeMatchers) { in TEST() function
58 TEST(Decl, MatchesDeclarations) { in TEST() function
64 TEST(NameableDeclaration, MatchesVariousDecls) { in TEST() function
77 TEST(NameableDeclaration, REMatchesVariousDecls) { in TEST() function
107 TEST(DeclarationMatcher, MatchClass) { in TEST() function
124 TEST(DeclarationMatcher, ClassIsDerived) { in TEST() function
338 TEST(DeclarationMatcher, hasMethod) { in TEST() function
345 TEST(DeclarationMatcher, ClassDerivedFromDependentTemplateSpecialization) { in TEST() function
355 TEST(DeclarationMatcher, hasDeclContext) { in TEST() function
382 TEST(DeclarationMatcher, translationUnitDecl) { in TEST() function
397 TEST(DeclarationMatcher, LinkageSpecification) { in TEST() function
402 TEST(ClassTemplate, DoesNotMatchClass) { in TEST() function
408 TEST(ClassTemplate, MatchesClassTemplate) { in TEST() function
414 TEST(ClassTemplate, DoesNotMatchClassTemplateExplicitSpecialization) { in TEST() function
421 TEST(ClassTemplate, DoesNotMatchClassTemplatePartialSpecialization) { in TEST() function
428 TEST(AllOf, AllOverloadsWork) { in TEST() function
456 TEST(ConstructVariadic, MismatchedTypes_Regression) { in TEST() function
466 TEST(DeclarationMatcher, MatchAnyOf) { in TEST() function
500 TEST(DeclarationMatcher, MatchHas) { in TEST() function
513 TEST(DeclarationMatcher, MatchHasRecursiveAllOf) { in TEST() function
571 TEST(DeclarationMatcher, MatchHasRecursiveAnyOf) { in TEST() function
602 TEST(DeclarationMatcher, MatchNot) { in TEST() function
631 TEST(DeclarationMatcher, HasDescendant) { in TEST() function
691 TEST(DeclarationMatcher, HasDescendantMemoization) { in TEST() function
697 TEST(DeclarationMatcher, HasDescendantMemoizationUsesRestrictKind) { in TEST() function
711 TEST(DeclarationMatcher, HasAttr) { in TEST() function
718 TEST(DeclarationMatcher, MatchCudaDecl) { in TEST() function
802 TEST(HasDescendant, MatchesDescendantTypes) { in TEST() function
823 TEST(HasDescendant, MatchesDescendantsOfTypes) { in TEST() function
838 TEST(Has, MatchesChildrenOfTypes) { in TEST() function
849 TEST(Has, MatchesChildTypes) { in TEST() function
858 TEST(ValueDecl, Matches) { in TEST() function
865 TEST(Enum, DoesNotMatchClasses) { in TEST() function
869 TEST(Enum, MatchesEnums) { in TEST() function
873 TEST(EnumConstant, Matches) { in TEST() function
880 TEST(StatementMatcher, Has) { in TEST() function
891 TEST(StatementMatcher, HasDescendant) { in TEST() function
904 TEST(TypeMatcher, MatchesClassType) { in TEST() function
927 TEST(TypeMatcher, MatchesDeclTypes) { in TEST() function
975 TEST(Matcher, BindMatchedNodes) { in TEST() function
999 TEST(Matcher, BindTheSameNameInAlternatives) { in TEST() function
1016 TEST(Matcher, BindsIDForMemoizedResults) { in TEST() function
1028 TEST(HasDeclaration, HasDeclarationOfEnumType) { in TEST() function
1034 TEST(HasDeclaration, HasGetDeclTraitTest) { in TEST() function
1040 TEST(HasDeclaration, HasDeclarationOfTypeWithDecl) { in TEST() function
1048 TEST(HasDeclaration, HasDeclarationOfTemplateSpecializationType) { in TEST() function
1054 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { in TEST() function
1066 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { in TEST() function
1077 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { in TEST() function
1086 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { in TEST() function
1094 TEST(HasTypeLoc, MatchesDeclaratorDecls) { in TEST() function
1103 TEST(Matcher, Call) { in TEST() function
1151 TEST(Matcher, Lambda) { in TEST() function
1156 TEST(Matcher, ForRange) { in TEST() function
1164 TEST(Matcher, SubstNonTypeTemplateParm) { in TEST() function
1175 TEST(Matcher, NonTypeTemplateParmDecl) { in TEST() function
1182 TEST(Matcher, templateTypeParmDecl) { in TEST() function
1189 TEST(Matcher, UserDefinedLiteral) { in TEST() function
1197 TEST(Matcher, FlowControl) { in TEST() function
1206 TEST(HasType, MatchesAsString) { in TEST() function
1219 TEST(Matcher, OverloadedOperatorCall) { in TEST() function
1245 TEST(Matcher, HasOperatorNameForOverloadedOperatorCall) { in TEST() function
1272 TEST(Matcher, NestedOverloadedOperatorCalls) { in TEST() function
1290 TEST(Matcher, ThisPointerType) { in TEST() function
1320 TEST(Matcher, VariableUsage) { in TEST() function
1346 TEST(Matcher, VarDecl_Storage) { in TEST() function
1358 TEST(Matcher, VarDecl_StorageDuration) { in TEST() function
1381 TEST(Matcher, FindsVarDeclInFunctionParameter) { in TEST() function
1387 TEST(Matcher, CalledVariable) { in TEST() function
1407 TEST(UnaryExprOrTypeTraitExpr, MatchesSizeOfAndAlignOf) { in TEST() function
1419 TEST(UnaryExpressionOrTypeTraitExpression, MatchesCorrectType) { in TEST() function
1431 TEST(MemberExpression, DoesNotMatchClasses) { in TEST() function
1435 TEST(MemberExpression, MatchesMemberFunctionCall) { in TEST() function
1439 TEST(MemberExpression, MatchesVariable) { in TEST() function
1448 TEST(MemberExpression, MatchesStaticVariable) { in TEST() function
1457 TEST(IsInteger, MatchesIntegers) { in TEST() function
1465 TEST(IsInteger, ReportsNoFalsePositives) { in TEST() function
1472 TEST(IsAnyCharacter, MatchesCharacters) { in TEST() function
1476 TEST(IsAnyCharacter, ReportsNoFalsePositives) { in TEST() function
1480 TEST(IsArrow, MatchesMemberVariablesViaArrow) { in TEST() function
1489 TEST(IsArrow, MatchesStaticMemberVariablesViaArrow) { in TEST() function
1498 TEST(IsArrow, MatchesMemberCallsViaArrow) { in TEST() function
1507 TEST(Callee, MatchesDeclarations) { in TEST() function
1520 TEST(ConversionDeclaration, IsExplicit) { in TEST() function
1527 TEST(Callee, MatchesMemberExpressions) { in TEST() function
1534 TEST(Function, MatchesFunctionDeclarations) { in TEST() function
1568 TEST(FunctionTemplate, MatchesFunctionTemplateDeclarations) { in TEST() function
1574 TEST(FunctionTemplate, DoesNotMatchFunctionDeclarations) { in TEST() function
1580 TEST(FunctionTemplate, DoesNotMatchFunctionTemplateSpecializations) { in TEST() function
1589 TEST(Matcher, Argument) { in TEST() function
1603 TEST(Matcher, AnyArgument) { in TEST() function
1611 TEST(Matcher, ArgumentCount) { in TEST() function
1619 TEST(Matcher, ParameterCount) { in TEST() function
1627 TEST(Matcher, References) { in TEST() function
1644 TEST(QualType, hasCanonicalType) { in TEST() function
1656 TEST(QualType, hasLocalQualifiers) { in TEST() function
1667 TEST(HasParameter, CallsInnerMatcher) { in TEST() function
1674 TEST(HasParameter, DoesNotMatchIfIndexOutOfBounds) { in TEST() function
1679 TEST(HasType, MatchesParameterVariableTypesStrictly) { in TEST() function
1694 TEST(HasAnyParameter, MatchesIndependentlyOfPosition) { in TEST() function
1703 TEST(Returns, MatchesReturnTypes) { in TEST() function
1713 TEST(IsExternC, MatchesExternCFunctionDeclarations) { in TEST() function
1720 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) { in TEST() function
1727 TEST(IsNoThrow, MatchesNoThrowFunctionDeclarations) { in TEST() function
1736 TEST(isConstexpr, MatchesConstexprDeclarations) { in TEST() function
1743 TEST(HasAnyParameter, DoesntMatchIfInnerMatcherDoesntMatch) { in TEST() function
1749 TEST(HasAnyParameter, DoesNotMatchThisPointer) { in TEST() function
1755 TEST(HasName, MatchesParameterVariableDeclarations) { in TEST() function
1762 TEST(Matcher, MatchesClassTemplateSpecialization) { in TEST() function
1772 TEST(DeclaratorDecl, MatchesDeclaratorDecls) { in TEST() function
1777 TEST(ParmVarDecl, MatchesParmVars) { in TEST() function
1782 TEST(Matcher, MatchesTypeTemplateArgument) { in TEST() function
1790 TEST(Matcher, MatchesDeclarationReferenceTemplateArgument) { in TEST() function
1818 TEST(Matcher, MatchesSpecificArgument) { in TEST() function
1842 TEST(TemplateArgument, Matches) { in TEST() function
1851 TEST(TemplateArgumentCountIs, Matches) { in TEST() function
1866 TEST(IsIntegral, Matches) { in TEST() function
1875 TEST(RefersToIntegralType, Matches) { in TEST() function
1885 TEST(EqualsIntegralValue, Matches) { in TEST() function
1900 TEST(Matcher, MatchesAccessSpecDecls) { in TEST() function
1912 TEST(Matcher, MatchesFinal) { in TEST() function
1921 TEST(Matcher, MatchesVirtualMethod) { in TEST() function
1927 TEST(Matcher, MatchesPureMethod) { in TEST() function
1933 TEST(Matcher, MatchesCopyAssignmentOperator) { in TEST() function
1948 TEST(Matcher, MatchesConstMethod) { in TEST() function
1955 TEST(Matcher, MatchesOverridingMethod) { in TEST() function
1972 TEST(Matcher, ConstructorCall) { in TEST() function
1986 TEST(Matcher, ConstructorArgument) { in TEST() function
2010 TEST(Matcher, ConstructorArgumentCount) { in TEST() function
2027 TEST(Matcher, ConstructorListInitialization) { in TEST() function
2039 TEST(Matcher,ThisExpr) { in TEST() function
2046 TEST(Matcher, BindTemporaryExpression) { in TEST() function
2077 TEST(MaterializeTemporaryExpr, MatchesTemporary) { in TEST() function
2112 TEST(ConstructorDeclaration, SimpleCase) { in TEST() function
2119 TEST(ConstructorDeclaration, IsImplicit) { in TEST() function
2134 TEST(ConstructorDeclaration, IsExplicit) { in TEST() function
2141 TEST(ConstructorDeclaration, Kinds) { in TEST() function
2164 TEST(DestructorDeclaration, MatchesVirtualDestructor) { in TEST() function
2169 TEST(DestructorDeclaration, DoesNotMatchImplicitDestructor) { in TEST() function
2174 TEST(HasAnyConstructorInitializer, SimpleCase) { in TEST() function
2186 TEST(HasAnyConstructorInitializer, ForField) { in TEST() function
2202 TEST(HasAnyConstructorInitializer, WithInitializer) { in TEST() function
2214 TEST(HasAnyConstructorInitializer, IsWritten) { in TEST() function
2230 TEST(HasAnyConstructorInitializer, IsBaseInitializer) { in TEST() function
2254 TEST(Matcher, NewExpression) { in TEST() function
2265 TEST(Matcher, NewExpressionArgument) { in TEST() function
2286 TEST(Matcher, NewExpressionArgumentCount) { in TEST() function
2296 TEST(Matcher, DeleteExpression) { in TEST() function
2301 TEST(Matcher, DefaultArgument) { in TEST() function
2310 TEST(Matcher, StringLiterals) { in TEST() function
2321 TEST(Matcher, CharacterLiterals) { in TEST() function
2331 TEST(Matcher, IntegerLiterals) { in TEST() function
2347 TEST(Matcher, FloatLiterals) { in TEST() function
2366 TEST(Matcher, NullPtrLiteral) { in TEST() function
2370 TEST(Matcher, GNUNullExpr) { in TEST() function
2374 TEST(Matcher, AsmStatement) { in TEST() function
2378 TEST(Matcher, Conditions) { in TEST() function
2389 TEST(IfStmt, ChildTraversalMatchers) { in TEST() function
2400 TEST(MatchBinaryOperator, HasOperatorName) { in TEST() function
2407 TEST(MatchBinaryOperator, HasLHSAndHasRHS) { in TEST() function
2422 TEST(MatchBinaryOperator, HasEitherOperand) { in TEST() function
2431 TEST(Matcher, BinaryOperatorTypes) { in TEST() function
2532 TEST(MatchUnaryOperator, HasOperatorName) { in TEST() function
2539 TEST(MatchUnaryOperator, HasUnaryOperand) { in TEST() function
2547 TEST(Matcher, UnaryOperatorTypes) { in TEST() function
2582 TEST(Matcher, ConditionalOperator) { in TEST() function
2599 TEST(ArraySubscriptMatchers, ArraySubscripts) { in TEST() function
2606 TEST(ArraySubscriptMatchers, ArrayIndex) { in TEST() function
2618 TEST(ArraySubscriptMatchers, MatchesArrayBase) { in TEST() function
2625 TEST(Matcher, HasNameSupportsNamespaces) { in TEST() function
2652 TEST(Matcher, HasNameSupportsOuterClasses) { in TEST() function
2687 TEST(Matcher, IsDefinition) { in TEST() function
2704 TEST(Matcher, OfClass) { in TEST() function
2718 TEST(Matcher, VisitsTemplateInstantiations) { in TEST() function
2738 TEST(Matcher, HandlesNullQualTypes) { in TEST() function
2770 TEST(AstMatcherPMacro, Works) { in TEST() function
2792 TEST(AstPolymorphicMatcherPMacro, Works) { in TEST() function
2811 TEST(For, FindsForLoops) { in TEST() function
2819 TEST(For, ForLoopInternals) { in TEST() function
2826 TEST(For, ForRangeLoopInternals) { in TEST() function
2834 TEST(For, NegativeForLoopInternals) { in TEST() function
2841 TEST(For, ReportsNoFalsePositives) { in TEST() function
2846 TEST(CompoundStatement, HandlesSimpleCases) { in TEST() function
2852 TEST(CompoundStatement, DoesNotMatchEmptyStruct) { in TEST() function
2861 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() function
2874 TEST(HasAnySubstatement, MatchesForTopLevelCompoundStatement) { in TEST() function
2882 TEST(HasAnySubstatement, IsNotRecursive) { in TEST() function
2888 TEST(HasAnySubstatement, MatchesInNestedCompoundStatements) { in TEST() function
2893 TEST(HasAnySubstatement, FindsSubstatementBetweenOthers) { in TEST() function
2898 TEST(StatementCountIs, FindsNoStatementsInAnEmptyCompoundStatement) { in TEST() function
2905 TEST(StatementCountIs, AppearsToMatchOnlyOneCount) { in TEST() function
2914 TEST(StatementCountIs, WorksWithMultipleStatements) { in TEST() function
2919 TEST(StatementCountIs, WorksWithNestedCompoundStatements) { in TEST() function
2930 TEST(Member, WorksInSimplestCase) { in TEST() function
2935 TEST(Member, DoesNotMatchTheBaseExpression) { in TEST() function
2942 TEST(Member, MatchesInMemberFunctionCall) { in TEST() function
2950 TEST(Member, MatchesMember) { in TEST() function
2959 TEST(Member, UnderstandsAccess) { in TEST() function
2987 TEST(Member, MatchesMemberAllocationFunction) { in TEST() function
3004 TEST(HasObjectExpression, DoesNotMatchMember) { in TEST() function
3010 TEST(HasObjectExpression, MatchesBaseOfVariable) { in TEST() function
3020 TEST(HasObjectExpression, in TEST() function
3032 TEST(Field, DoesNotMatchNonFieldMembers) { in TEST() function
3039 TEST(Field, MatchesField) { in TEST() function
3043 TEST(IsVolatileQualified, QualifiersMatch) { in TEST() function
3052 TEST(IsConstQualified, MatchesConstInt) { in TEST() function
3057 TEST(IsConstQualified, MatchesConstPointer) { in TEST() function
3062 TEST(IsConstQualified, MatchesThroughTypedef) { in TEST() function
3069 TEST(IsConstQualified, DoesNotMatchInappropriately) { in TEST() function
3076 TEST(CastExpression, MatchesExplicitCasts) { in TEST() function
3082 TEST(CastExpression, MatchesImplicitCasts) { in TEST() function
3089 TEST(CastExpression, DoesNotMatchNonCasts) { in TEST() function
3096 TEST(ReinterpretCast, MatchesSimpleCase) { in TEST() function
3101 TEST(ReinterpretCast, DoesNotMatchOtherCasts) { in TEST() function
3113 TEST(FunctionalCast, MatchesSimpleCase) { in TEST() function
3119 TEST(FunctionalCast, DoesNotMatchOtherCasts) { in TEST() function
3129 TEST(DynamicCast, MatchesSimpleCase) { in TEST() function
3136 TEST(StaticCast, MatchesSimpleCase) { in TEST() function
3141 TEST(StaticCast, DoesNotMatchOtherCasts) { in TEST() function
3153 TEST(CStyleCast, MatchesSimpleCase) { in TEST() function
3157 TEST(CStyleCast, DoesNotMatchOtherCasts) { in TEST() function
3167 TEST(HasDestinationType, MatchesSimpleCase) { in TEST() function
3173 TEST(HasImplicitDestinationType, MatchesSimpleCase) { in TEST() function
3184 TEST(HasImplicitDestinationType, DoesNotMatchIncorrectly) { in TEST() function
3195 TEST(ImplicitCast, MatchesSimpleCase) { in TEST() function
3207 TEST(ImplicitCast, DoesNotMatchIncorrectly) { in TEST() function
3226 TEST(IgnoringImpCasts, MatchesImpCasts) { in TEST() function
3239 TEST(IgnoringImpCasts, DoesNotMatchIncorrectly) { in TEST() function
3266 TEST(IgnoringImpCasts, MatchesWithoutImpCasts) { in TEST() function
3274 TEST(IgnoringParenCasts, MatchesParenCasts) { in TEST() function
3298 TEST(IgnoringParenCasts, MatchesWithoutParenCasts) { in TEST() function
3305 TEST(IgnoringParenCasts, DoesNotMatchIncorrectly) { in TEST() function
3323 TEST(IgnoringParenAndImpCasts, MatchesParenImpCasts) { in TEST() function
3337 TEST(IgnoringParenAndImpCasts, MatchesWithoutParenImpCasts) { in TEST() function
3348 TEST(IgnoringParenAndImpCasts, DoesNotMatchIncorrectly) { in TEST() function
3368 TEST(HasSourceExpression, MatchesImplicitCasts) { in TEST() function
3375 TEST(HasSourceExpression, MatchesExplicitCasts) { in TEST() function
3382 TEST(Statement, DoesNotMatchDeclarations) { in TEST() function
3386 TEST(Statement, MatchesCompoundStatments) { in TEST() function
3390 TEST(DeclarationStatement, DoesNotMatchCompoundStatements) { in TEST() function
3394 TEST(DeclarationStatement, MatchesVariableDeclarationStatements) { in TEST() function
3398 TEST(ExprWithCleanups, MatchesExprWithCleanups) { in TEST() function
3407 TEST(InitListExpression, MatchesInitListExpression) { in TEST() function
3420 TEST(UsingDeclaration, MatchesUsingDeclarations) { in TEST() function
3425 TEST(UsingDeclaration, MatchesShadowUsingDelcarations) { in TEST() function
3430 TEST(UsingDeclaration, MatchesSpecificTarget) { in TEST() function
3439 TEST(UsingDeclaration, ThroughUsingDeclaration) { in TEST() function
3448 TEST(UsingDirectiveDeclaration, MatchesUsingNamespace) { in TEST() function
3455 TEST(SingleDecl, IsSingleDecl) { in TEST() function
3464 TEST(DeclStmt, ContainsDeclaration) { in TEST() function
3478 TEST(DeclCount, DeclCountIsCorrect) { in TEST() function
3487 TEST(While, MatchesWhileLoops) { in TEST() function
3493 TEST(Do, MatchesDoLoops) { in TEST() function
3498 TEST(Do, DoesNotMatchWhileLoops) { in TEST() function
3502 TEST(SwitchCase, MatchesCase) { in TEST() function
3509 TEST(SwitchCase, MatchesSwitch) { in TEST() function
3516 TEST(SwitchCase, MatchesEachCase) { in TEST() function
3541 TEST(ForEachConstructorInitializer, MatchesInitializers) { in TEST() function
3547 TEST(ExceptionHandling, SimpleCases) { in TEST() function
3566 TEST(HasConditionVariableStatement, DoesNotMatchCondition) { in TEST() function
3575 TEST(HasConditionVariableStatement, MatchesConditionVariables) { in TEST() function
3581 TEST(ForEach, BindsOneNode) { in TEST() function
3587 TEST(ForEach, BindsMultipleNodes) { in TEST() function
3593 TEST(ForEach, BindsRecursiveCombinations) { in TEST() function
3601 TEST(ForEachDescendant, BindsOneNode) { in TEST() function
3608 TEST(ForEachDescendant, NestedForEachDescendant) { in TEST() function
3625 TEST(ForEachDescendant, BindsMultipleNodes) { in TEST() function
3633 TEST(ForEachDescendant, BindsRecursiveCombinations) { in TEST() function
3642 TEST(ForEachDescendant, BindsCombinations) { in TEST() function
3651 TEST(Has, DoesNotDeleteBindings) { in TEST() function
3657 TEST(LoopingMatchers, DoNotOverwritePreviousMatchResultOnFailure) { in TEST() function
3753 TEST(ForEachDescendant, BindsCorrectNodes) { in TEST() function
3764 TEST(FindAll, BindsNodeOnMatch) { in TEST() function
3771 TEST(FindAll, BindsDescendantNodeOnMatch) { in TEST() function
3778 TEST(FindAll, BindsNodeAndDescendantNodesOnOneMatch) { in TEST() function
3792 TEST(EachOf, TriggersForEachMatch) { in TEST() function
3800 TEST(EachOf, BehavesLikeAnyOfUnlessBothMatch) { in TEST() function
3817 TEST(IsTemplateInstantiation, MatchesImplicitClassTemplateInstantiation) { in TEST() function
3831 TEST(IsTemplateInstantiation, MatchesImplicitFunctionTemplateInstantiation) { in TEST() function
3838 TEST(IsTemplateInstantiation, MatchesExplicitClassTemplateInstantiation) { in TEST() function
3846 TEST(IsTemplateInstantiation, in TEST() function
3854 TEST(IsTemplateInstantiation, in TEST() function
3865 TEST(IsTemplateInstantiation, DoesNotMatchInstantiationsInsideOfInstantiation) { in TEST() function
3878 TEST(IsTemplateInstantiation, DoesNotMatchExplicitClassTemplateSpecialization) { in TEST() function
3885 TEST(IsTemplateInstantiation, DoesNotMatchNonTemplate) { in TEST() function
3891 TEST(IsInstantiated, MatchesInstantiation) { in TEST() function
3897 TEST(IsInstantiated, NotMatchesDefinition) { in TEST() function
3902 TEST(IsInTemplateInstantiation, MatchesInstantiationStmt) { in TEST() function
3908 TEST(IsInTemplateInstantiation, NotMatchesDefinitionStmt) { in TEST() function
3913 TEST(IsInstantiated, MatchesFunctionInstantiation) { in TEST() function
3919 TEST(IsInstantiated, NotMatchesFunctionDefinition) { in TEST() function
3924 TEST(IsInTemplateInstantiation, MatchesFunctionInstantiationStmt) { in TEST() function
3930 TEST(IsInTemplateInstantiation, NotMatchesFunctionDefinitionStmt) { in TEST() function
3935 TEST(IsInTemplateInstantiation, Sharing) { in TEST() function
3947 TEST(IsExplicitTemplateSpecialization, in TEST() function
3957 TEST(IsExplicitTemplateSpecialization, in TEST() function
3969 TEST(IsExplicitTemplateSpecialization, in TEST() function
3979 TEST(IsExplicitTemplateSpecialization, in TEST() function
3991 TEST(HasAncenstor, MatchesDeclarationAncestors) { in TEST() function
3997 TEST(HasAncenstor, FailsIfNoAncestorMatches) { in TEST() function
4003 TEST(HasAncestor, MatchesDeclarationsThatGetVisitedLater) { in TEST() function
4010 TEST(HasAncenstor, MatchesStatementAncestors) { in TEST() function
4016 TEST(HasAncestor, DrillsThroughDifferentHierarchies) { in TEST() function
4022 TEST(HasAncestor, BindsRecursiveCombinations) { in TEST() function
4029 TEST(HasAncestor, BindsCombinationsWithHasDescendant) { in TEST() function
4041 TEST(HasAncestor, MatchesClosestAncestor) { in TEST() function
4055 TEST(HasAncestor, MatchesInTemplateInstantiations) { in TEST() function
4063 TEST(HasAncestor, MatchesInImplicitCode) { in TEST() function
4071 TEST(HasParent, MatchesOnlyParent) { in TEST() function
4083 TEST(HasAncestor, MatchesAllAncestors) { in TEST() function
4094 TEST(HasParent, MatchesAllParents) { in TEST() function
4124 TEST(HasParent, NoDuplicateParents) { in TEST() function
4145 TEST(TypeMatching, MatchesTypes) { in TEST() function
4149 TEST(TypeMatching, MatchesVoid) { in TEST() function
4154 TEST(TypeMatching, MatchesArrayTypes) { in TEST() function
4188 TEST(TypeMatching, DecayedType) { in TEST() function
4193 TEST(TypeMatching, MatchesComplexTypes) { in TEST() function
4203 TEST(TypeMatching, MatchesConstantArrayTypes) { in TEST() function
4214 TEST(TypeMatching, MatchesDependentSizedArrayTypes) { in TEST() function
4223 TEST(TypeMatching, MatchesIncompleteArrayType) { in TEST() function
4231 TEST(TypeMatching, MatchesVariableArrayType) { in TEST() function
4241 TEST(TypeMatching, MatchesAtomicTypes) { in TEST() function
4254 TEST(TypeMatching, MatchesAutoTypes) { in TEST() function
4267 TEST(TypeMatching, MatchesFunctionTypes) { in TEST() function
4272 TEST(TypeMatching, MatchesParenType) { in TEST() function
4285 TEST(TypeMatching, PointerTypes) { in TEST() function
4360 TEST(TypeMatching, AutoRefTypes) { in TEST() function
4390 TEST(TypeMatching, PointeeTypes) { in TEST() function
4406 TEST(TypeMatching, MatchesPointersToConstTypes) { in TEST() function
4419 TEST(TypeMatching, MatchesTypedefTypes) { in TEST() function
4424 TEST(TypeMatching, MatchesTemplateSpecializationType) { in TEST() function
4429 TEST(TypeMatching, MatchesRecordType) { in TEST() function
4437 TEST(TypeMatching, MatchesElaboratedType) { in TEST() function
4449 TEST(ElaboratedTypeNarrowing, hasQualifier) { in TEST() function
4470 TEST(ElaboratedTypeNarrowing, namesType) { in TEST() function
4488 TEST(TypeMatching, MatchesSubstTemplateTypeParmType) { in TEST() function
4500 TEST(NNS, MatchesNestedNameSpecifiers) { in TEST() function
4518 TEST(NullStatement, SimpleCases) { in TEST() function
4523 TEST(NS, Anonymous) { in TEST() function
4528 TEST(NS, Alias) { in TEST() function
4533 TEST(NNS, MatchesTypes) { in TEST() function
4542 TEST(NNS, MatchesNamespaceDecls) { in TEST() function
4550 TEST(NNS, BindsNestedNameSpecifiers) { in TEST() function
4557 TEST(NNS, BindsNestedNameSpecifierLocs) { in TEST() function
4564 TEST(NNS, MatchesNestedNameSpecifierPrefixes) { in TEST() function
4574 TEST(NNS, DescendantsOfNestedNameSpecifiers) { in TEST() function
4603 TEST(NNS, NestedNameSpecifiersAsDescendants) { in TEST() function
4619 TEST(NNSLoc, DescendantsOfNestedNameSpecifierLocs) { in TEST() function
4646 TEST(NNSLoc, NestedNameSpecifierLocsAsDescendants) { in TEST() function
4682 TEST(MatchFinder, CanMatchDeclarationsRecursively) { in TEST() function
4695 TEST(MatchFinder, CanMatchStatementsRecursively) { in TEST() function
4706 TEST(MatchFinder, CanMatchSingleNodesRecursively) { in TEST() function
4757 TEST(IsEqualTo, MatchesNodesByIdentity) { in TEST() function
4770 TEST(MatchFinder, CheckProfiling) { in TEST() function
4799 TEST(MatchFinder, InterceptsStartOfTranslationUnit) { in TEST() function
4825 TEST(MatchFinder, InterceptsEndOfTranslationUnit) { in TEST() function
4841 TEST(EqualsBoundNodeMatcher, QualType) { in TEST() function
4852 TEST(EqualsBoundNodeMatcher, NonMatchingTypes) { in TEST() function
4859 TEST(EqualsBoundNodeMatcher, Stmt) { in TEST() function
4870 TEST(EqualsBoundNodeMatcher, Decl) { in TEST() function
4881 TEST(EqualsBoundNodeMatcher, Type) { in TEST() function
4895 TEST(EqualsBoundNodeMatcher, UsingForEachDescendant) { in TEST() function
4916 TEST(EqualsBoundNodeMatcher, FiltersMatchedCombinations) { in TEST() function
4929 TEST(EqualsBoundNodeMatcher, UnlessDescendantsOfAncestorsMatch) { in TEST() function
4961 TEST(TypeDefDeclMatcher, Match) { in TEST() function
4966 TEST(IsInlineMatcher, IsInline) { in TEST() function
4976 TEST(Matcher, IsExpansionInMainFileMatcher) { in TEST() function
4987 TEST(Matcher, IsExpansionInSystemHeader) { in TEST() function
5001 TEST(Matcher, IsExpansionInFileMatching) { in TEST() function
5022 TEST(ObjCMessageExprMatcher, SimpleExprs) { in TEST() function