Lines Matching defs:ASTSelectionFinder
153 TEST(ASTSelectionFinder, CursorNoSelection) {
159 TEST(ASTSelectionFinder, CursorAtStartOfFunction) {
178 TEST(ASTSelectionFinder, RangeNoSelection) {
187 TEST(ASTSelectionFinder, EmptyRangeFallbackToCursor) {
198 TEST(ASTSelectionFinder, WholeFunctionSelection) {
277 TEST(ASTSelectionFinder, MultipleFunctionSelection) {
301 TEST(ASTSelectionFinder, MultipleStatementSelection) {
381 TEST(ASTSelectionFinder, SelectionInFunctionInObjCImplementation) {
471 TEST(ASTSelectionFinder, FunctionInObjCImplementationCarefulWithEarlyExit) {
500 TEST(ASTSelectionFinder, AvoidImplicitDeclarations) {
524 TEST(ASTSelectionFinder, CorrectEndForObjectiveCImplementation) {
555 TEST(ASTSelectionFinder, SelectObjectiveCPseudoObjectExprs) {
679 TEST(ASTSelectionFinder, SimpleCodeRangeASTSelection) {
790 TEST(ASTSelectionFinder, OutOfBodyCodeRange) {
814 TEST(ASTSelectionFinder, SelectVarDeclStmt) {
846 TEST(ASTSelectionFinder, SelectEntireDeclStmtRange) {
874 TEST(ASTSelectionFinder, SelectEntireDeclStmtRangeWithMultipleDecls) {
902 TEST(ASTSelectionFinder, SimpleCodeRangeASTSelectionInObjCMethod) {
978 TEST(ASTSelectionFinder, CanonicalizeObjCStringLiteral) {
1010 TEST(ASTSelectionFinder, CanonicalizeMemberCalleeToCall) {
1062 TEST(ASTSelectionFinder, CanonicalizeFuncCalleeToCall) {