Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2187 if (const bool IsAccessorKeyword = in tryToParsePropertyAccessor() local
2189 IsAccessorKeyword || Tok->isAccessSpecifierKeyword() || in tryToParsePropertyAccessor()
2191 if (IsAccessorKeyword) in tryToParsePropertyAccessor()