Home
last modified time | relevance | path

Searched refs:getTokenPointerOrReferenceAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h202 getTokenPointerOrReferenceAlignment(const FormatToken &PointerOrReference);
H A DTokenAnnotator.cpp3011 (getTokenPointerOrReferenceAlignment(Right) != FormatStyle::PAS_Left || in spaceRequiredBetween()
3018 (getTokenPointerOrReferenceAlignment(Left) != FormatStyle::PAS_Right && in spaceRequiredBetween()
3034 (getTokenPointerOrReferenceAlignment(Left) != in spaceRequiredBetween()
4046 (getTokenPointerOrReferenceAlignment(Right) == in canBreakBefore()
4279 TokenAnnotator::getTokenPointerOrReferenceAlignment( in getTokenPointerOrReferenceAlignment() function in clang::format::TokenAnnotator