Home
last modified time | relevance | path

Searched defs:Whitespace (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/docs/
H A DCodingStandards.rst462 Whitespace global() subsection
478 Format Lambdas Like Blocks Of CodeWhitespace global() argument
521 Braced Initializer ListsWhitespace global() argument
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h168 enum Kind { Literal, String, Variable, Whitespace, Directive, Optional }; enumerator
/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp641 StringRef Whitespace = Lines[LineIndex].substr(0, StartOfLine); in adjustWhitespace() local