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

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

Completed in 35 milliseconds