Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1734 switch (bool IsAutoRelease = false; FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement() local
1755 IsAutoRelease = true; in parseStructuralElement()
1759 if (!IsAutoRelease && FormatTok->is(tok::l_paren)) { in parseStructuralElement()