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

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

Completed in 76 milliseconds