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

/external/clang/include/clang/Basic/
H A DSourceManager.h1081 getExpansionRange(SourceLocation Loc) const;
1085 SourceRange getExpansionRange(SourceRange Range) const { function in class:clang::SourceManager
1086 return SourceRange(getExpansionRange(Range.getBegin()).first,
1087 getExpansionRange(Range.getEnd()).second);
/external/clang/lib/Basic/
H A DSourceManager.cpp983 /// getExpansionRange - Given a SourceLocation object, return the range of
986 SourceManager::getExpansionRange(SourceLocation Loc) const { function in class:SourceManager

Completed in 175 milliseconds