Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp726 bool PreviousMustBeValue = mustBeJSIdentOrValue(Keywords, Previous); in readTokenWithJavaScriptASI() local
727 if (PreviousMustBeValue && Line && Line->Tokens.size() > 1) { in readTokenWithJavaScriptASI()
734 if (Next->is(tok::exclaim) && PreviousMustBeValue) in readTokenWithJavaScriptASI()
737 if (NextMustBeValue && (PreviousMustBeValue || in readTokenWithJavaScriptASI()
741 if (PreviousMustBeValue && isJSDeclOrStmt(Keywords, Next)) in readTokenWithJavaScriptASI()