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

/external/clang/include/clang/Basic/
H A DSourceLocation.h138 /// getRawEncoding - When a SourceLocation itself cannot be used, this returns
142 unsigned getRawEncoding() const { return ID; } function in class:clang::SourceLocation
159 return (void*)(uintptr_t)getRawEncoding();
173 return LHS.getRawEncoding() == RHS.getRawEncoding();
181 return LHS.getRawEncoding() < RHS.getRawEncoding();
332 return LHS.getRawEncoding() == RHS.getRawEncoding() &&

Completed in 174 milliseconds