Home
last modified time | relevance | path

Searched defs:Selection (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang-tools-extra/clangd/refactor/
H A DTweak.h49 struct Selection { struct
57 /// The parsed active file. Never null. (Pointer so Selection is movable). argument
63 SelectionBeginSelection global() argument
65 SelectionEndSelection global() argument
67 ASTSelectionSelection global() argument
70 FSSelection global() argument
H A DTweak.cpp60 Tweak::Selection::Selection(const SymbolIndex *Index, ParsedAST &AST, in Selection() function in clang::clangd::Tweak::Selection
H A DRename.cpp161 SelectionTree Selection = SelectionTree::createRight( in locateDeclAt() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp61 std::pair<SourceRange, int> Selection; in TEST_F() member in __anon13cf5f310111::TEST_F::ReplaceAWithB
64 ReplaceAWithB(std::pair<SourceRange, int> Selection) in TEST_F()
69 std::pair<SourceRange, int> Selection) { in TEST_F()
201 SourceRange Selection; in TEST_F() member in __anon13cf5f310111::TEST_F::FindOccurrences
204 FindOccurrences(SourceRange Selection) : Selection(Selection) {} in TEST_F()
207 SourceRange Selection) { in TEST_F()
H A DASTSelectionTest.cpp87 [&](SourceRange, std::optional<SelectedASTNode> Selection) { in findSelectedASTNodes() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h48 mutable int Selection; variable
54 MCSymbol *COMDATSymbol, int Selection, MCSymbol *Begin) in MCSectionCOFF()
/llvm-project/llvm/docs/
H A DCodeGenerator.rst765 .. _SelectionDAG:
767 Introduction to SelectionDAGs
822 SelectionDAG Instruction Selection Process
895 Initial SelectionDAG Construction
911 SelectionDAG LegalizeTypes Phase
940 SelectionDAG Legalize Phase
993 SelectionDAG Optimization Phase: the DAG Combiner
1020 SelectionDAG Select Phase
1173 SelectionDAG Scheduling and Formation Phase
1186 Future directions for the SelectionDAG
H A DBugpoint.rst60 .. _crash debugger:
/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp24 std::optional<SelectedASTNode> Selection = in evaluate() local
H A DASTSelection.cpp40 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder()
/llvm-project/clang-tools-extra/clangd/
H A DSelection.h107 enum Selection : unsigned char { enum
H A DClangdServer.h364 Range Selection; global() member
H A DClangdLSPServer.cpp97 toCodeAction(const ClangdServer::TweakRef & T,const URIForFile & File,Range Selection) toCodeAction() argument
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest()
579 void addRequest(LVElementKindSet &Selection) { in addRequest()
582 void addRequest(LVLineKindSet &Selection) { in addRequest()
585 void addRequest(LVScopeKindSet &Selection) { in addRequest()
588 void addRequest(LVSymbolKindSet &Selection) { in addRequest()
591 void addRequest(LVTypeKindSelection &Selection) { in addRequest()
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h35 std::remove_const_t<T> Selection = {}; variable
/llvm-project/clang/unittests/Driver/
H A DMultilibBuilderTest.cpp202 llvm::SmallVector<Multilib> Selection; TEST() local
H A DMultilibTest.cpp176 llvm::SmallVector<Multilib> Selection; TEST() local
[all...]
/llvm-project/mlir/docs/Dialects/
H A DSPIR-V.md533 ### Selection subsection
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp567 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); FlattenAsmStringVariants() local
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp416 Tweak::Selection Selection(&Index, *AST, Start, End, std::move(Tree), testLocationFeatures() local
/llvm-project/clang/tools/clang-refactor/
H A DClangRefactor.cpp311 std::unique_ptr<cl::opt<std::string>> Selection; member in __anon41cec7790111::RefactoringActionSubcommand
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp79 auto Selection = SelectionTree::createRight( in assertNodeAndPrintDecls() local
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1732 Selection); in SelectSectionForGlobal() local
1680 int Selection = 0; getExplicitSectionGlobal() local
[all...]
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp690 getCOFFSection(StringRef Section,unsigned Characteristics,StringRef COMDATSymName,int Selection,unsigned UniqueID) getCOFFSection() argument
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp1078 template <typename> struct Selection {}; struct

12