Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1182 CharSourceRange getExpansionRange(SourceRange Range) const { in getExpansionRange() function
1191 CharSourceRange getExpansionRange(CharSourceRange Range) const { in getExpansionRange() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1039 CharSourceRange SourceManager::getExpansionRange(SourceLocation Loc) const { in getExpansionRange() function in SourceManager