Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h872 kw_synchronized = &IdentTable.get("synchronized"); in AdditionalKeywords()
992 IdentifierInfo *kw_synchronized; member
H A DTokenAnnotator.cpp3289 if (Left.is(Keywords.kw_synchronized) && Right.is(tok::l_paren)) in spaceRequiredBefore()