Home
last modified time | relevance | path

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

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