Searched refs:AcceptLeft (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp266 bool AcceptLeft = Right != All.begin() && (Right - 1)->endLocation() >= Loc; local
267 return llvm::makeArrayRef(Right - (AcceptLeft ? 1 : 0),

Completed in 78 milliseconds