Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DUnwrappedLineParser.cpp1061 bool PreviousMustBeValue = mustBeJSIdentOrValue(Keywords, Previous); in readTokenWithJavaScriptASI() local
1064 if (PreviousMustBeValue || Previous->is(tok::r_paren)) { in readTokenWithJavaScriptASI()
1074 if (Next->is(tok::exclaim) && PreviousMustBeValue) in readTokenWithJavaScriptASI()
1080 (PreviousMustBeValue || in readTokenWithJavaScriptASI()
1084 if ((PreviousMustBeValue || Previous->is(tok::r_paren)) && in readTokenWithJavaScriptASI()