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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp265 bool AcceptRight = Right != All.end() && Right->location() <= Loc; local
268 Right + (AcceptRight ? 1 : 0));

Completed in 95 milliseconds