Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h34 ContainsSelectionStart, enumerator
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp162 return SourceSelectionKind::ContainsSelectionStart; in selectionKindFor()
205 case SourceSelectionKind::ContainsSelectionStart: in selectionKindToString()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp263 SourceSelectionKind::ContainsSelectionStart); in TEST()
363 SourceSelectionKind::ContainsSelectionStart, in TEST()
437 Node->Children[0], SourceSelectionKind::ContainsSelectionStart, in TEST()