Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2849 ReferenceAlignmentStyle ReferenceAlignment; member
3486 ReferenceAlignment == R.ReferenceAlignment &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp706 IO.mapOptional("ReferenceAlignment", Style.ReferenceAlignment); in mapping()
1080 LLVMStyle.ReferenceAlignment = FormatStyle::RAS_Pointer; in getLLVMStyle()
1778 Style.ReferenceAlignment = FormatStyle::RAS_Pointer; in deriveLocalStyle()
H A DTokenAnnotator.cpp4264 switch (Style.ReferenceAlignment) { in getTokenReferenceAlignment()
4282 switch (Style.ReferenceAlignment) { in getTokenPointerOrReferenceAlignment()