Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DFixItHintUtils.cpp49 auto PreviousTokenLParen = [&Start, &Context]() { in skipLParensBackwards() local
56 while (Start.isValid() && PreviousTokenLParen()) in skipLParensBackwards()