Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp577 BreakableBlockComment::ContentIndentingJavadocAnnotations = { member in clang::format::BreakableBlockComment
595 if (ContentIndentingJavadocAnnotations.find(FirstWord) != in getContentIndent()
596 ContentIndentingJavadocAnnotations.end()) in getContentIndent()
H A DBreakableToken.h391 static const llvm::StringSet<> ContentIndentingJavadocAnnotations; variable