Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.cpp945 bool PreviousMustBeValue = mustBeJSIdentOrValue(Keywords, Previous); in readTokenWithJavaScriptASI() local
948 if (PreviousMustBeValue || Previous->is(tok::r_paren)) { in readTokenWithJavaScriptASI()
958 if (Next->is(tok::exclaim) && PreviousMustBeValue) in readTokenWithJavaScriptASI()
964 (PreviousMustBeValue || in readTokenWithJavaScriptASI()
968 if ((PreviousMustBeValue || Previous->is(tok::r_paren)) && in readTokenWithJavaScriptASI()