Searched refs:parseBlock (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | UnwrappedLineParser.cpp | 388 parseBlock(/*MustBeDeclaration=*/false); in parseLevel() 582 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, unsigned AddLevels, in parseBlock() function in clang::format::UnwrappedLineParser 1141 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement() 1145 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement() 1174 parseBlock(/*MustBeDeclaration=*/false, /*AddLevels=*/1u, in parseStructuralElement() 1259 parseBlock(/*MustBeDeclaration=*/false); in parseStructuralElement() 1272 parseBlock(/*MustBeDeclaration=*/false); in parseStructuralElement() 1369 parseBlock(/*MustBeDeclaration=*/false); in parseStructuralElement() 1586 parseBlock(/*MustBeDeclaration=*/true); in tryToParsePropertyAccessor() 2001 parseBlock(/*MustBeDeclaration=*/false); in parseIfThenElse() [all …]
|
H A D | UnwrappedLineParser.h | 88 void parseBlock(bool MustBeDeclaration, unsigned AddLevels = 1u,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeAnalyzer.h | 94 Error parseBlock(unsigned BlockID, unsigned IndentLevel,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 157 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock() function 201 return parseBlock(*this, META_BLOCK_ID, "META_BLOCK"); in parse() 205 return parseBlock(*this, REMARK_BLOCK_ID, "REMARK_BLOCK"); in parse()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.c | 466 athen = parseBlock(pLastDecl); in parseDeclDefs() 471 athen = parseBlock(pLastDecl); in parseDeclDefs() 479 aelse = parseBlock(pLastDecl); in parseDeclDefs() 609 a = parseBlock(pLastDecl, pAttrs); in parseDeclDefs() 644 a = parseBlock(pLastDecl, pAttrs); in parseDeclDefs() 662 a = parseBlock(pLastDecl, pAttrs); in parseDeclDefs() 703 a = parseBlock(pLastDecl, pAttrs); in parseDeclDefs() 772 a = parseBlock(pLastDecl, pAttrs); in parseDeclDefs() 813 a = parseBlock(pLastDecl, pAttrs); in parseDeclDefs() 855 a2 = parseBlock(pLastDecl); in parseDeclDefs() [all …]
|
H A D | parse.h | 76 Dsymbols *parseBlock(Dsymbol **pLastDecl, PrefixAttributes *pAttrs = NULL);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 614 if (Error E = parseBlock(MaybeBlockID.get(), 0, O, CheckHash)) in analyze() 733 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock() function in BitcodeAnalyzer 823 if (Error E = parseBlock(Entry.ID, IndentLevel + 1, O, CheckHash)) in parseBlock()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | parse.d | 555 athen = parseBlock(pLastDecl); 560 athen = parseBlock(pLastDecl); 568 aelse = parseBlock(pLastDecl); 729 a = parseBlock(pLastDecl, pAttrs); 753 a = parseBlock(pLastDecl, pAttrs); 767 a = parseBlock(pLastDecl, pAttrs); 807 a = parseBlock(pLastDecl, pAttrs); 903 a = parseBlock(pLastDecl, pAttrs); 939 a = parseBlock(pLastDecl, pAttrs); 981 a2 = parseBlock(pLastDecl); [all …]
|