Searched defs:ASTSelectionFinder (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/unittests/Tooling/ |
H A D | ASTSelectionTest.cpp | 153 TEST(ASTSelectionFinder, CursorNoSelection) { in TEST() argument 159 TEST(ASTSelectionFinder, CursorAtStartOfFunction) { in TEST() argument 178 TEST(ASTSelectionFinder, RangeNoSelection) { in TEST() argument 187 TEST(ASTSelectionFinder, EmptyRangeFallbackToCursor) { in TEST() argument 198 TEST(ASTSelectionFinder, WholeFunctionSelection) { in TEST() argument 277 TEST(ASTSelectionFinder, MultipleFunctionSelection) { in TEST() argument 301 TEST(ASTSelectionFinder, MultipleStatementSelection) { in TEST() argument 381 TEST(ASTSelectionFinder, SelectionInFunctionInObjCImplementation) { in TEST() argument 471 TEST(ASTSelectionFinder, FunctionInObjCImplementationCarefulWithEarlyExit) { in TEST() argument 500 TEST(ASTSelectionFinder, AvoidImplicitDeclaration argument 524 TEST(ASTSelectionFinder,CorrectEndForObjectiveCImplementation) TEST() argument 555 TEST(ASTSelectionFinder,SelectObjectiveCPseudoObjectExprs) TEST() argument 679 TEST(ASTSelectionFinder,SimpleCodeRangeASTSelection) TEST() argument 790 TEST(ASTSelectionFinder,OutOfBodyCodeRange) TEST() argument 814 TEST(ASTSelectionFinder,SelectVarDeclStmt) TEST() argument 846 TEST(ASTSelectionFinder,SelectEntireDeclStmtRange) TEST() argument 874 TEST(ASTSelectionFinder,SelectEntireDeclStmtRangeWithMultipleDecls) TEST() argument 902 TEST(ASTSelectionFinder,SimpleCodeRangeASTSelectionInObjCMethod) TEST() argument 978 TEST(ASTSelectionFinder,CanonicalizeObjCStringLiteral) TEST() argument 1010 TEST(ASTSelectionFinder,CanonicalizeMemberCalleeToCall) TEST() argument 1062 TEST(ASTSelectionFinder,CanonicalizeFuncCalleeToCall) TEST() argument [all...] |
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelection.cpp | 37 class ASTSelectionFinder class 40 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() function in __anon5fd064090111::ASTSelectionFinder
|