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

/external/clang/include/clang/Basic/
H A DSourceLocation.h144 unsigned getRawEncoding() const { return ID; } function in class:clang::SourceLocation
149 /// \see getRawEncoding.
164 return (void*)(uintptr_t)getRawEncoding();
178 return LHS.getRawEncoding() == RHS.getRawEncoding();
186 return LHS.getRawEncoding() < RHS.getRawEncoding();
342 return LHS.getRawEncoding() == RHS.getRawEncoding() &&

Completed in 57 milliseconds