Home
last modified time | relevance | path

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

123

/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.h49 struct Selection { struct
56 /// The parsed active file. Never null. (Pointer so Selection is movable). argument
62 unsigned SelectionBegin; argument
64 unsigned SelectionEnd; argument
66 SelectionTree ASTSelection; argument
DTweak.cpp48 Tweak::Selection::Selection(const SymbolIndex *Index, ParsedAST &AST, in Selection() function in clang::clangd::Tweak::Selection
/external/llvm-project/clang/unittests/Tooling/
DRefactoringActionRulesTest.cpp60 std::pair<SourceRange, int> Selection; in TEST_F() member in __anon30afe9f50111::TEST_F::ReplaceAWithB
63 ReplaceAWithB(std::pair<SourceRange, int> Selection) in TEST_F()
68 std::pair<SourceRange, int> Selection) { in TEST_F()
200 SourceRange Selection; in TEST_F() member in __anon30afe9f50111::TEST_F::FindOccurrences
203 FindOccurrences(SourceRange Selection) : Selection(Selection) {} in TEST_F()
206 SourceRange Selection) { in TEST_F()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h48 mutable int Selection; variable
53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF()
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionCOFF.h47 mutable int Selection; variable
53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionCOFF.h50 mutable int Selection; variable
55 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF()
/external/llvm-project/llvm/docs/
DCodeGenerator.rst731 .. _SelectionDAG:
733 Introduction to SelectionDAGs
788 SelectionDAG Instruction Selection Process
855 Initial SelectionDAG Construction
871 SelectionDAG LegalizeTypes Phase
900 SelectionDAG Legalize Phase
953 SelectionDAG Optimization Phase: the DAG Combiner
980 SelectionDAG Select Phase
1133 SelectionDAG Scheduling and Formation Phase
1146 Future directions for the SelectionDAG
DBugpoint.rst60 .. _crash debugger:
/external/llvm/docs/
DCodeGenerator.rst728 .. _SelectionDAG:
730 Introduction to SelectionDAGs
785 SelectionDAG Instruction Selection Process
852 Initial SelectionDAG Construction
868 SelectionDAG LegalizeTypes Phase
897 SelectionDAG Legalize Phase
925 SelectionDAG Optimization Phase: the DAG Combiner
952 SelectionDAG Select Phase
1105 SelectionDAG Scheduling and Formation Phase
1118 Future directions for the SelectionDAG
DBugpoint.rst60 .. _crash debugger:
/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelectionRequirements.cpp23 Optional<SelectedASTNode> Selection = in evaluate() local
DASTSelection.cpp39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.h200 struct Selection { struct
201 size_t start_idx;
202 size_t count;
Dcfde_texteditengine_unittest.cpp278 TEST_F(CFDE_TextEditEngineTest, Selection) { in TEST_F() argument
/external/llvm-project/clang-tools-extra/clangd/
DSelection.h106 enum Selection : unsigned char { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h35 typename std::remove_const<T>::type Selection = {}; variable
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DRandom.h35 std::remove_const_t<T> Selection = {}; variable
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java12 public final class Selection { class
/external/llvm-project/clang-tools-extra/clangd/tool/
DCheck.cpp204 Tweak::Selection Selection(&Index, *AST, Start, End, std::move(Tree)); in testLocationFeatures() local
/external/llvm-project/mlir/docs/Dialects/
DSPIR-V.md516 ### Selection subsection
/external/skqp/src/sfnt/
DSkOTTable_OS_2_VA.h99 union Selection { union
DSkOTTable_OS_2_V0.h97 union Selection { union
/external/skia/src/sfnt/
DSkOTTable_OS_2_VA.h99 union Selection { union
DSkOTTable_OS_2_V0.h97 union Selection { union
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp418 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local

123