Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp736 bool NextMustBeValue = mustBeJSIdentOrValue(Keywords, Next); in readTokenWithJavaScriptASI() local
737 if (NextMustBeValue && (PreviousMustBeValue || in readTokenWithJavaScriptASI()