Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h122 void parseRecord(bool ParseAsExpr = false);
H A DUnwrappedLineParser.cpp1216 parseRecord(); in parseStructuralElement()
1319 parseRecord(); in parseStructuralElement()
1639 parseRecord(/*ParseAsExpr=*/true); in parseParens()
2092 void UnwrappedLineParser::parseRecord(bool ParseAsExpr) { in parseRecord() function in clang::format::UnwrappedLineParser