Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1647 bool SpacesInAngles; member
1804 SpacesInAngles == R.SpacesInAngles &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp465 IO.mapOptional("SpacesInAngles", Style.SpacesInAngles); in mapping()
705 LLVMStyle.SpacesInAngles = false; in getLLVMStyle()
H A DTokenAnnotator.cpp2777 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()
2802 return Style.SpacesInAngles; in spaceRequiredBefore()