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.h3779 ReferenceAlignmentStyle ReferenceAlignment; member
5113 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.cpp1069 IO.mapOptional("ReferenceAlignment", Style.ReferenceAlignment); in mapping()
1549 LLVMStyle.ReferenceAlignment = FormatStyle::RAS_Pointer; in getLLVMStyle()
2535 Style.ReferenceAlignment = FormatStyle::RAS_Pointer; in deriveLocalStyle()
H A DTokenAnnotator.cpp6342 switch (Style.ReferenceAlignment) { in getTokenReferenceAlignment()
6360 switch (Style.ReferenceAlignment) { in getTokenPointerOrReferenceAlignment()