Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp270 bool TerminatedByMacro = false; in getEntityEndLoc() local
276 TerminatedByMacro = true; in getEntityEndLoc()
323 if (TerminatedByMacro && contains(Terminators, Tok)) { in getEntityEndLoc()
326 TerminatedByMacro = false; in getEntityEndLoc()