Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/
DASTSelectionTest.cpp207 SourceSelectionKind::InsideSelection); in TEST()
209 Fn.Children[1], SourceSelectionKind::InsideSelection, in TEST()
212 Body.Children[0], SourceSelectionKind::InsideSelection, in TEST()
215 SourceSelectionKind::InsideSelection, in TEST()
218 SourceSelectionKind::InsideSelection); in TEST()
234 SourceSelectionKind::InsideSelection, in TEST()
250 SourceSelectionKind::InsideSelection, in TEST()
265 Fn.Children[1], SourceSelectionKind::InsideSelection, in TEST()
268 SourceSelectionKind::InsideSelection, in TEST()
284 SourceSelectionKind::InsideSelection, in TEST()
[all …]
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DASTSelection.h41 InsideSelection, enumerator
/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp158 return SourceSelectionKind::InsideSelection; in selectionKindFor()
209 case SourceSelectionKind::InsideSelection: in selectionKindToString()