Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h258 bool AlignFunctionPointers; member
283 AlignFunctionPointers == R.AlignFunctionPointers &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1016 return Style.AlignConsecutiveDeclarations.AlignFunctionPointers; in alignConsecutiveDeclarations()
H A DFormat.cpp91 IO.mapOptional("AlignFunctionPointers", Value.AlignFunctionPointers); in mapping()