Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DComdat.h33 enum SelectionKind { enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp94 SourceSelectionKind SelectionKind = in TraverseDecl() local
122 SourceSelectionKind SelectionKind = in TraverseStmt() local
132 void popAndAddToSelectionIfSelected(SourceSelectionKind SelectionKind) { in popAndAddToSelectionIfSelected()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h53 SourceSelectionKind SelectionKind; member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1115 func (c Comdat) SelectionKind() ComdatSelectionKind { func