Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format61 SpacesInAngles: false
/freebsd/contrib/libcbor/
H A D.clang-format139 SpacesInAngles: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4862 SpacesInAnglesStyle SpacesInAngles; member
5489 SpacesInAngles == R.SpacesInAngles &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1195 IO.mapOptional("SpacesInAngles", Style.SpacesInAngles); in mapping()
1677 LLVMStyle.SpacesInAngles = FormatStyle::SIAS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp5491 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
5493 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Leave) in spaceRequiredBefore()