Searched refs:CommentPragmas (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h297 std::string CommentPragmas; member in struct:clang::format::FormatStyle
620 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
/external/clang/lib/Format/
H A DFormat.cpp278 IO.mapOptional("CommentPragmas", Style.CommentPragmas);
493 LLVMStyle.CommentPragmas = "^ IWYU pragma:";
H A DContinuationIndenter.cpp68 CommentPragmasRegex(Style.CommentPragmas) {}
/external/clang/unittests/Format/
H A DFormatTest.cpp1364 Pragmas.CommentPragmas = "^ IWYU pragma:";

Completed in 76 milliseconds