/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Tweak.h | 49 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 D | Tweak.cpp | 60 Tweak::Selection::Selection(const SymbolIndex *Index, ParsedAST &AST, in Selection() function in clang::clangd::Tweak::Selection
|
H A D | Rename.cpp | 161 SelectionTree Selection = SelectionTree::createRight( in locateDeclAt() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringActionRulesTest.cpp | 61 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 D | ASTSelectionTest.cpp | 87 [&](SourceRange, std::optional<SelectedASTNode> Selection) { in findSelectedASTNodes() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionCOFF.h | 48 mutable int Selection; variable 54 MCSymbol *COMDATSymbol, int Selection, MCSymbol *Begin) in MCSectionCOFF()
|
/llvm-project/llvm/docs/ |
H A D | CodeGenerator.rst | 765 .. _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 D | Bugpoint.rst | 60 .. _crash debugger:
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelectionRequirements.cpp | 24 std::optional<SelectedASTNode> Selection = in evaluate() local
|
H A D | ASTSelection.cpp | 40 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Selection.h | 107 enum Selection : unsigned char { enum
|
H A D | ClangdServer.h | 364 Range Selection; global() member
|
H A D | ClangdLSPServer.cpp | 97 toCodeAction(const ClangdServer::TweakRef & T,const URIForFile & File,Range Selection) toCodeAction() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 499 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 D | Random.h | 35 std::remove_const_t<T> Selection = {}; variable
|
/llvm-project/clang/unittests/Driver/ |
H A D | MultilibBuilderTest.cpp | 202 llvm::SmallVector<Multilib> Selection; TEST() local
|
H A D | MultilibTest.cpp | 176 llvm::SmallVector<Multilib> Selection; TEST() local [all...] |
/llvm-project/mlir/docs/Dialects/ |
H A D | SPIR-V.md | 533 ### Selection subsection
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.cpp | 567 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); FlattenAsmStringVariants() local
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | Check.cpp | 416 Tweak::Selection Selection(&Index, *AST, Start, End, std::move(Tree), testLocationFeatures() local
|
/llvm-project/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 311 std::unique_ptr<cl::opt<std::string>> Selection; member in __anon41cec7790111::RefactoringActionSubcommand
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FindTargetTests.cpp | 79 auto Selection = SelectionTree::createRight( in assertNodeAndPrintDecls() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1732 Selection); in SelectSectionForGlobal() local 1680 int Selection = 0; getExplicitSectionGlobal() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 690 getCOFFSection(StringRef Section,unsigned Characteristics,StringRef COMDATSymName,int Selection,unsigned UniqueID) getCOFFSection() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | dllexport.cpp | 1078 template <typename> struct Selection {}; struct
|