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

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

Completed in 61 milliseconds