Searched defs:SMRange (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DSMLoc.h45 /// SMRange is implemented using a half-open range, as is the convention in C++.
48 class SMRange { class in namespace:llvm
52 SMRange() {} function in class:llvm::SMRange
53 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { function in class:llvm::SMRange

Completed in 43 milliseconds