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

/external/clang/lib/Format/
H A DFormatToken.h114 MatchingParen(nullptr), Previous(nullptr), Next(nullptr),
387 return MatchingParen && MatchingParen->opensBlockTypeList(Style);
390 FormatToken *MatchingParen; member in struct:clang::format::FormatToken

Completed in 67 milliseconds