Home
last modified time | relevance | path

Searched defs:MatchingParen (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1468 const FormatToken *MatchingParen = nullptr; in getCells() local
H A DTokenAnnotator.cpp631 auto *MatchingParen = Tok.Previous->MatchingParen; in isCSharpAttributeSpecifier() local
H A DFormatToken.h564 FormatToken *MatchingParen = nullptr; member