Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp2187 bool IsTrivialPropertyAccessor = true; in tryToParsePropertyAccessor() local
2198 IsTrivialPropertyAccessor = false; in tryToParsePropertyAccessor()
2210 if (!IsTrivialPropertyAccessor && Style.BraceWrapping.AfterFunction) in tryToParsePropertyAccessor()
2246 !IsTrivialPropertyAccessor) { in tryToParsePropertyAccessor()