Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp919 const bool IsGoogleOrChromium = BasedOnStyle.equals_insensitive("google") || in mapping() local
921 bool OnCurrentLine = IsGoogleOrChromium; in mapping()
1253 if (!IsGoogleOrChromium) { in mapping()