Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1075 kw_synchronized = &IdentTable.get("synchronized"); in AdditionalKeywords()
1419 IdentifierInfo *kw_synchronized; member
H A DUnwrappedLineParser.cpp1915 Line->Tokens.front().Tok->is(Keywords.kw_synchronized)) { in parseStructuralElement()
H A DTokenAnnotator.cpp5260 if (Left.is(Keywords.kw_synchronized) && Right.is(tok::l_paren)) { in spaceRequiredBefore()