Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1014 bool PreviousMustBeValue = mustBeJSIdentOrValue(Keywords, Previous); in readTokenWithJavaScriptASI() local
1017 if (PreviousMustBeValue || Previous->is(tok::r_paren)) { in readTokenWithJavaScriptASI()
1027 if (Next->is(tok::exclaim) && PreviousMustBeValue) in readTokenWithJavaScriptASI()
1033 (PreviousMustBeValue || in readTokenWithJavaScriptASI()
1037 if ((PreviousMustBeValue || Previous->is(tok::r_paren)) && in readTokenWithJavaScriptASI()