Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Transformer/
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()