Home
last modified time | relevance | path

Searched defs:SelectionKind (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DComdat.h33 enum SelectionKind { enum
/external/llvm/include/llvm/IR/
DComdat.h31 enum SelectionKind { enum
/external/llvm-project/llvm/include/llvm/IR/
DComdat.h33 enum SelectionKind { enum
/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp94 SourceSelectionKind SelectionKind = in TraverseDecl() local
122 SourceSelectionKind SelectionKind = in TraverseStmt() local
132 void popAndAddToSelectionIfSelected(SourceSelectionKind SelectionKind) { in popAndAddToSelectionIfSelected()
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DASTSelection.h53 SourceSelectionKind SelectionKind; member
/external/llvm-project/clang/unittests/Tooling/
DASTSelectionTest.cpp91 SourceSelectionKind SelectionKind, unsigned NumChildren) { in checkNodeImpl()
105 const SelectedASTNode &StmtNode, SourceSelectionKind SelectionKind, in checkNode()
116 const SelectedASTNode &DeclNode, SourceSelectionKind SelectionKind, in checkNode()
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1115 func (c Comdat) SelectionKind() ComdatSelectionKind { func