Searched refs:PreviousMustBeValue (Results 1 – 1 of 1) sorted by relevance
726 bool PreviousMustBeValue = mustBeJSIdentOrValue(Keywords, Previous); in readTokenWithJavaScriptASI() local727 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()