Home
last modified time | relevance | path

Searched refs:InsideSelection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp209 Fn.Children[1], SourceSelectionKind::InsideSelection, in TEST()
212 Body.Children[0], SourceSelectionKind::InsideSelection, in TEST()
265 Fn.Children[1], SourceSelectionKind::InsideSelection, in TEST()
284 SourceSelectionKind::InsideSelection, in TEST()
287 SourceSelectionKind::InsideSelection, in TEST()
341 SourceSelectionKind::InsideSelection, in TEST()
344 SourceSelectionKind::InsideSelection, in TEST()
366 SourceSelectionKind::InsideSelection, in TEST()
369 SourceSelectionKind::InsideSelection, in TEST()
443 SourceSelectionKind::InsideSelection); in TEST()
[all …]
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h41 InsideSelection, enumerator
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp158 return SourceSelectionKind::InsideSelection; in selectionKindFor()
209 case SourceSelectionKind::InsideSelection: in selectionKindToString()