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

/external/clang/include/clang/Basic/
H A DSourceManager.h1163 bool isBeforeInSLocAddrSpace(SourceLocation LHS, SourceLocation RHS) const { function in class:clang::SourceManager
1164 return isBeforeInSLocAddrSpace(LHS, RHS.getOffset());
1171 bool isBeforeInSLocAddrSpace(SourceLocation LHS, unsigned RHS) const { function in class:clang::SourceManager

Completed in 37 milliseconds