Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5552 void *DiagHandlerCtxt, bool IsDotHFile);
5618 void *DiagHandlerCtx = nullptr, bool IsDotHFile = false);
5623 bool IsDotHFile = false) {
5626 /*DiagHandlerCtx=*/nullptr, IsDotHFile);
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2116 void *DiagHandlerCtxt, bool IsDotHFile) { in parseConfiguration() argument
2180 else if (IsDotHFile && Language == FormatStyle::LK_Cpp) in parseConfiguration()
2182 else if (!IsDotHFile && Language == FormatStyle::LK_C) in parseConfiguration()
4211 bool IsDotHFile) { in loadAndParseConfigFile() argument
4218 IsDotHFile)) { in loadAndParseConfigFile()
4256 const bool IsDotHFile = FileName.ends_with(".h"); in getStyle() local
4264 DiagHandler, IsDotHFile); in getStyle()
4340 DiagHandler, IsDotHFile); in getStyle()