Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp166 getEntityEndLoc(const SourceManager &SM, SourceLocation EntityLast, in getEntityEndLoc() argument
169 assert(EntityLast.isValid() && "Invalid end location found."); in getEntityEndLoc()
176 CharSourceRange ExpansionRange = SM.getExpansionRange(EntityLast); in getEntityEndLoc()
225 else if (EntityLast.isMacroID()) { in getEntityEndLoc()