Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp529 bool AcceptRight = Right != Tokens.end() && Right->location() <= Loc; in spelledTokensTouching() local
533 Right + (AcceptRight ? 1 : 0)); in spelledTokensTouching()