Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libcbor/
HD.clang-format139 SpacesInAngles: false
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h4580 SpacesInAnglesStyle SpacesInAngles; member
5142 SpacesInAngles == R.SpacesInAngles &&
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1108 IO.mapOptional("SpacesInAngles", Style.SpacesInAngles); in mapping()
1581 LLVMStyle.SpacesInAngles = FormatStyle::SIAS_Never; in getLLVMStyle()
HDTokenAnnotator.cpp5361 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
5363 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Leave) in spaceRequiredBefore()