Home
last modified time | relevance | path

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

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