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.h3620 ReferenceAlignmentStyle ReferenceAlignment; member
4875 ReferenceAlignment == R.ReferenceAlignment &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp464 Style.ReferenceAlignment == FormatStyle::RAS_Right) && in AlignTokenSequence()
467 Style.ReferenceAlignment != FormatStyle::RAS_Right && in AlignTokenSequence()
468 Style.ReferenceAlignment != FormatStyle::RAS_Pointer; in AlignTokenSequence()
H A DFormat.cpp1062 IO.mapOptional("ReferenceAlignment", Style.ReferenceAlignment); in mapping()
1530 LLVMStyle.ReferenceAlignment = FormatStyle::RAS_Pointer; in getLLVMStyle()
2502 Style.ReferenceAlignment = FormatStyle::RAS_Pointer; in deriveLocalStyle()
H A DTokenAnnotator.cpp5808 switch (Style.ReferenceAlignment) { in getTokenReferenceAlignment()
5826 switch (Style.ReferenceAlignment) { in getTokenPointerOrReferenceAlignment()