Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp87 void setIndentation(size_t NewIndentation) { Indentation = NewIndentation; } in setIndentation() function in llvm::mustache::Token
158 void setIndentation(size_t NewIndentation) { Indentation = NewIndentation; }; in setIndentation() function in llvm::mustache::ASTNode
297 CurrentToken.setIndentation(Indentation); in stripTokenBefore()
498 CurrentNode->setIndentation(CurrentToken.getIndentation()); in parseMustache()