Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format139 SpacesInAngles: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3188 SpacesInAnglesStyle SpacesInAngles; member
3506 SpacesInAngles == R.SpacesInAngles &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp734 IO.mapOptional("SpacesInAngles", Style.SpacesInAngles); in mapping()
1107 LLVMStyle.SpacesInAngles = FormatStyle::SIAS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp3514 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
3516 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Leave) in spaceRequiredBefore()