Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp189 SourceSelectionKind::ContainsSelection, in TEST()
247 Fn.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
317 Fn.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
338 Fn.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
360 Fn.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
411 SourceSelectionKind::ContainsSelection); in TEST()
427 SourceSelectionKind::ContainsSelection); in TEST()
544 Node->Children[0], SourceSelectionKind::ContainsSelection, in checkFnBody()
578 CS.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
599 CS.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp149 return SourceSelectionKind::ContainsSelection; in selectionKindFor()
155 return SourceSelectionKind::ContainsSelection; in selectionKindFor()
203 case SourceSelectionKind::ContainsSelection: in selectionKindToString()
386 SourceSelectionKind::ContainsSelection); in create()
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h31 ContainsSelection, enumerator