Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h176 void parseNamespaceOrExportBlock(unsigned AddLevels);
H A DUnwrappedLineParser.cpp3152 void UnwrappedLineParser::parseNamespaceOrExportBlock(unsigned AddLevels) { in parseNamespaceOrExportBlock() function in clang::format::UnwrappedLineParser
3204 parseNamespaceOrExportBlock(AddLevels); in parseNamespace()
3210 parseNamespaceOrExportBlock(/*AddLevels=*/Style.IndentExportBlock ? 1 : 0); in parseCppExportBlock()