Home
last modified time | relevance | path

Searched refs:EntityLast (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp122 getEntityEndLoc(const SourceManager &SM, SourceLocation EntityLast, in getEntityEndLoc() argument
125 assert(EntityLast.isValid() && "Invalid end location found."); in getEntityEndLoc()
132 CharSourceRange ExpansionRange = SM.getExpansionRange(EntityLast); in getEntityEndLoc()
181 else if (EntityLast.isMacroID()) { in getEntityEndLoc()