Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1515 parseSquare(); in parseStructuralElement()
1727 parseSquare(/*LambdaIntroducer=*/true); in tryToParseLambdaIntroducer()
1841 parseSquare(); in parseBracedList()
1949 void UnwrappedLineParser::parseSquare(bool LambdaIntroducer) { in parseSquare() function in clang::format::UnwrappedLineParser
1967 parseSquare(); in parseSquare()
1997 parseSquare(); in parseIfThenElse()
2016 parseSquare(); in parseIfThenElse()
2133 parseSquare(); in parseNamespace()
2683 parseSquare(); in parseRecord()
H A DUnwrappedLineParser.h105 void parseSquare(bool LambdaIntroducer = false);
H A DTokenAnnotator.cpp512 bool parseSquare() { in parseSquare() function in clang::format::__anon0fe692140111::AnnotatingParser
986 if (!parseSquare()) in consumeToken()