Home
last modified time | relevance | path

Searched refs:ExpectAndConsume (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1059 auto ExpectAndConsume = [&](StringRef Prefix) { in parseDiagText() local
1076 ExpectAndConsume("}"); in parseDiagText()
1097 ExpectAndConsume("}"); in parseDiagText()
1104 ExpectAndConsume("{"); in parseDiagText()
1110 ExpectAndConsume("}"); in parseDiagText()
1128 ExpectAndConsume("{"); in parseDiagText()
1130 ExpectAndConsume("$"); in parseDiagText()
1132 ExpectAndConsume("$"); in parseDiagText()
1134 ExpectAndConsume("|"); in parseDiagText()
1136 ExpectAndConsume("}"); in parseDiagText()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1061 auto ExpectAndConsume = [&](StringRef Prefix) { in parseDiagText() local
1078 ExpectAndConsume("}"); in parseDiagText()
1099 ExpectAndConsume("}"); in parseDiagText()
1106 ExpectAndConsume("{"); in parseDiagText()
1112 ExpectAndConsume("}"); in parseDiagText()
1130 ExpectAndConsume("{"); in parseDiagText()
1132 ExpectAndConsume("$"); in parseDiagText()
1134 ExpectAndConsume("$"); in parseDiagText()
1136 ExpectAndConsume("|"); in parseDiagText()
1138 ExpectAndConsume("}"); in parseDiagText()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1059 auto ExpectAndConsume = [&](StringRef Prefix) { in parseDiagText() local
1076 ExpectAndConsume("}"); in parseDiagText()
1097 ExpectAndConsume("}"); in parseDiagText()
1104 ExpectAndConsume("{"); in parseDiagText()
1110 ExpectAndConsume("}"); in parseDiagText()
1128 ExpectAndConsume("{"); in parseDiagText()
1130 ExpectAndConsume("$"); in parseDiagText()
1132 ExpectAndConsume("$"); in parseDiagText()
1134 ExpectAndConsume("|"); in parseDiagText()
1136 ExpectAndConsume("}"); in parseDiagText()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1059 auto ExpectAndConsume = [&](StringRef Prefix) { in parseDiagText() local
1076 ExpectAndConsume("}"); in parseDiagText()
1097 ExpectAndConsume("}"); in parseDiagText()
1104 ExpectAndConsume("{"); in parseDiagText()
1110 ExpectAndConsume("}"); in parseDiagText()
1128 ExpectAndConsume("{"); in parseDiagText()
1130 ExpectAndConsume("$"); in parseDiagText()
1132 ExpectAndConsume("$"); in parseDiagText()
1134 ExpectAndConsume("|"); in parseDiagText()
1136 ExpectAndConsume("}"); in parseDiagText()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1059 auto ExpectAndConsume = [&](StringRef Prefix) { in parseDiagText() local
1076 ExpectAndConsume("}"); in parseDiagText()
1097 ExpectAndConsume("}"); in parseDiagText()
1104 ExpectAndConsume("{"); in parseDiagText()
1110 ExpectAndConsume("}"); in parseDiagText()
1128 ExpectAndConsume("{"); in parseDiagText()
1130 ExpectAndConsume("$"); in parseDiagText()
1132 ExpectAndConsume("$"); in parseDiagText()
1134 ExpectAndConsume("|"); in parseDiagText()
1136 ExpectAndConsume("}"); in parseDiagText()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1059 auto ExpectAndConsume = [&](StringRef Prefix) {
1076 ExpectAndConsume("}");
1097 ExpectAndConsume("}");
1104 ExpectAndConsume("{");
1110 ExpectAndConsume("}");
1128 ExpectAndConsume("{");
1130 ExpectAndConsume("$");
1132 ExpectAndConsume("$");
1134 ExpectAndConsume("|");
1136 ExpectAndConsume("}");
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
775 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
894 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
922 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1409 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2356 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2420 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2438 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3187 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3472 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
H A DParseDeclCXX.cpp571 if (ExpectAndConsume(tok::semi, in ParseUsingDirective()
708 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseUsingDeclaration()
814 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseUsingDeclaration()
827 if (ExpectAndConsume(tok::equal)) { in ParseAliasDeclarationAfterDeclarator()
887 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseAliasDeclarationAfterDeclarator()
964 if (ExpectAndConsume(tok::comma)) { in ParseStaticAssertDeclaration()
1809 ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseClassSpecifier()
2091 ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseClassSpecifier()
4428 if (ExpectAndConsume(tok::comma)) { in ParseCXX11AttributeSpecifierInternal()
4499 if (ExpectAndConsume(tok::r_square)) in ParseCXX11AttributeSpecifierInternal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
773 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
890 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
917 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1405 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2352 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2416 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2434 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3183 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3468 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
775 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
894 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
922 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1409 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2356 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2420 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2438 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3187 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3472 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
H A DParseDeclCXX.cpp571 if (ExpectAndConsume(tok::semi, in ParseUsingDirective()
705 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseUsingDeclaration()
808 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseUsingDeclaration()
821 if (ExpectAndConsume(tok::equal)) { in ParseAliasDeclarationAfterDeclarator()
881 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseAliasDeclarationAfterDeclarator()
958 if (ExpectAndConsume(tok::comma)) { in ParseStaticAssertDeclaration()
1807 ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseClassSpecifier()
2087 ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseClassSpecifier()
4390 if (ExpectAndConsume(tok::comma)) { in ParseCXX11AttributeSpecifierInternal()
4459 if (ExpectAndConsume(tok::r_square)) in ParseCXX11AttributeSpecifierInternal()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
773 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
890 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
917 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1405 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2352 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2416 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2434 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3183 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3468 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
773 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
890 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
917 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1405 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2353 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2417 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2435 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3184 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3469 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
773 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
890 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
917 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1405 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2353 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2417 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2435 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3184 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3469 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseObjc.cpp156 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
772 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
889 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
916 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1404 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2352 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2416 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2434 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3182 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3467 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
775 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
894 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
922 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1409 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2356 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2420 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2438 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3187 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3472 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
H A DParseDeclCXX.cpp571 if (ExpectAndConsume(tok::semi, in ParseUsingDirective()
705 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseUsingDeclaration()
808 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseUsingDeclaration()
821 if (ExpectAndConsume(tok::equal)) { in ParseAliasDeclarationAfterDeclarator()
881 if (ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseAliasDeclarationAfterDeclarator()
958 if (ExpectAndConsume(tok::comma)) { in ParseStaticAssertDeclaration()
1807 ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseClassSpecifier()
2087 ExpectAndConsume(tok::semi, diag::err_expected_after, in ParseClassSpecifier()
4390 if (ExpectAndConsume(tok::comma)) { in ParseCXX11AttributeSpecifierInternal()
4459 if (ExpectAndConsume(tok::r_square)) in ParseCXX11AttributeSpecifierInternal()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseObjc.cpp156 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
776 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
892 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
919 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1405 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2353 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2417 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2435 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3183 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3468 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
775 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
894 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
922 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1409 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2356 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2420 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2438 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3187 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3472 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp156 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
772 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
889 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
916 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1404 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2352 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2416 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2434 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3182 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3467 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
773 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
890 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
917 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1405 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2352 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2416 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2434 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3183 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3468 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
775 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
894 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
922 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1409 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2356 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2420 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2438 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3187 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3472 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
763 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
879 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
906 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1392 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2331 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2395 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2413 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3160 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3445 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
764 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
880 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
907 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1393 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2332 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2396 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2414 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3161 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3446 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParseObjc.cpp157 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
775 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
894 if (ExpectAndConsume(tok::equal, DiagID)) { in ParseObjCPropertyAttribute()
922 if (ExpectAndConsume(tok::colon, in ParseObjCPropertyAttribute()
1409 if (ExpectAndConsume(tok::colon)) in ParseObjCMethodDecl()
2356 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2420 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2438 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
3187 if (ExpectAndConsume(tok::colon)) { in ParseObjCMessageExpressionBody()
3472 if (ExpectAndConsume(tok::colon)) { in ParseObjCDictionaryLiteral()
[all …]

12345678