Searched defs:JSFunctionInlined (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DContinuationIndenter.h155 HasMultipleNestedBlocks(false), JSFunctionInlined(false) {}
258 bool JSFunctionInlined; member in struct:clang::format::ParenState
293 if (JSFunctionInlined != Other.JSFunctionInlined)
294 return JSFunctionInlined < Other.JSFunctionInlined;

Completed in 67 milliseconds