Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3987 ReferenceAlignmentStyle ReferenceAlignment; member
5457 ReferenceAlignment == R.ReferenceAlignment &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp471 Style.ReferenceAlignment == FormatStyle::RAS_Right) && in AlignTokenSequence()
476 Style.ReferenceAlignment != FormatStyle::RAS_Right && in AlignTokenSequence()
477 Style.ReferenceAlignment != FormatStyle::RAS_Pointer; in AlignTokenSequence()
H A DFormat.cpp1152 IO.mapOptional("ReferenceAlignment", Style.ReferenceAlignment); in mapping()
1643 LLVMStyle.ReferenceAlignment = FormatStyle::RAS_Pointer; in getLLVMStyle()
2704 Style.ReferenceAlignment = FormatStyle::RAS_Pointer; in deriveLocalStyle()
H A DTokenAnnotator.cpp6498 switch (Style.ReferenceAlignment) { in getTokenReferenceAlignment()