Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp221 bool TerminatedByMacro = false; in getEntityEndLoc() local
227 TerminatedByMacro = true; in getEntityEndLoc()
274 if (TerminatedByMacro && contains(Terminators, Tok)) { in getEntityEndLoc()
277 TerminatedByMacro = false; in getEntityEndLoc()