Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp66 bool SpaceAfter) { in outputQualifiers() argument
75 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1421 bool SpaceAfter = Tok->Next->WhitespaceRange.getBegin() != in countVariableAlignments() local
1423 if (SpaceBefore && !SpaceAfter) in countVariableAlignments()
1425 if (!SpaceBefore && SpaceAfter) in countVariableAlignments()