Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp66 bool SpaceAfter) { in outputQualifiers() argument
75 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1699 bool SpaceAfter = Tok->Next->WhitespaceRange.getBegin() != in countVariableAlignments() local
1701 if (SpaceBefore && !SpaceAfter) in countVariableAlignments()
1703 if (!SpaceBefore && SpaceAfter) in countVariableAlignments()