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.cpp1428 const FormatToken *MatchingParen = nullptr; in getCells() local
H A DTokenAnnotator.cpp572 auto *MatchingParen = Tok.Previous->MatchingParen; in isCSharpAttributeSpecifier() local
H A DFormatToken.h542 FormatToken *MatchingParen = nullptr; member