Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2167 bool IsTrivialPropertyAccessor = true; in tryToParsePropertyAccessor() local
2178 IsTrivialPropertyAccessor = false; in tryToParsePropertyAccessor()
2190 if (!IsTrivialPropertyAccessor && Style.BraceWrapping.AfterFunction) in tryToParsePropertyAccessor()
2226 !IsTrivialPropertyAccessor) { in tryToParsePropertyAccessor()