Searched refs:kw_synchronized (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h745 kw_synchronized = &IdentTable.get("synchronized");
865 IdentifierInfo *kw_synchronized; member in struct:clang::format::AdditionalKeywords
H A DTokenAnnotator.cpp3218 if (Left.is(Keywords.kw_synchronized) && Right.is(tok::l_paren))

Completed in 199 milliseconds