Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp423 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope() function
459 Style.Language == FormatStyle::LK_JavaScript && isGoogScope(*Line); in parseChildBlock()