Lines Matching refs:ASTSelectionFinder
150 TEST(ASTSelectionFinder, CursorNoSelection) { in TEST() argument
156 TEST(ASTSelectionFinder, CursorAtStartOfFunction) { in TEST() argument
174 TEST(ASTSelectionFinder, RangeNoSelection) { in TEST() argument
183 TEST(ASTSelectionFinder, EmptyRangeFallbackToCursor) { in TEST() argument
194 TEST(ASTSelectionFinder, WholeFunctionSelection) { in TEST() argument
273 TEST(ASTSelectionFinder, MultipleFunctionSelection) { in TEST() argument
297 TEST(ASTSelectionFinder, MultipleStatementSelection) { in TEST() argument
377 TEST(ASTSelectionFinder, SelectionInFunctionInObjCImplementation) { in TEST() argument
467 TEST(ASTSelectionFinder, FunctionInObjCImplementationCarefulWithEarlyExit) { in TEST() argument
496 TEST(ASTSelectionFinder, AvoidImplicitDeclarations) { in TEST() argument
520 TEST(ASTSelectionFinder, CorrectEndForObjectiveCImplementation) { in TEST() argument
551 TEST(ASTSelectionFinder, SelectObjectiveCPseudoObjectExprs) { in TEST() argument
675 TEST(ASTSelectionFinder, SimpleCodeRangeASTSelection) { in TEST() argument
786 TEST(ASTSelectionFinder, OutOfBodyCodeRange) { in TEST() argument
810 TEST(ASTSelectionFinder, SelectVarDeclStmt) { in TEST() argument
842 TEST(ASTSelectionFinder, SelectEntireDeclStmtRange) { in TEST() argument
870 TEST(ASTSelectionFinder, SelectEntireDeclStmtRangeWithMultipleDecls) { in TEST() argument
898 TEST(ASTSelectionFinder, SimpleCodeRangeASTSelectionInObjCMethod) { in TEST() argument
974 TEST(ASTSelectionFinder, CanonicalizeObjCStringLiteral) { in TEST() argument
1006 TEST(ASTSelectionFinder, CanonicalizeMemberCalleeToCall) { in TEST() argument
1058 TEST(ASTSelectionFinder, CanonicalizeFuncCalleeToCall) { in TEST() argument