Home
last modified time | relevance | path

Searched refs:StartTok (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1989 AsmToken StartTok = Tok; in ParseIntelOperand() local
2004 if (StartTok.getString().size() == Len) in ParseIntelOperand()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3620 Token StartTok = Tok; in tryParseExceptionSpecification() local
3638 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3647 Token StartTok = Tok; in tryParseExceptionSpecification() local
3665 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseDeclCXX.cpp3647 Token StartTok = Tok; in tryParseExceptionSpecification() local
3665 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3620 Token StartTok = Tok; in tryParseExceptionSpecification() local
3638 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3599 Token StartTok = Tok; in tryParseExceptionSpecification() local
3617 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3546 Token StartTok = Tok; in tryParseExceptionSpecification() local
3564 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3517 Token StartTok = Tok; in tryParseExceptionSpecification() local
3535 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseDeclCXX.cpp3807 Token StartTok = Tok; in tryParseExceptionSpecification() local
3825 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp3667 Token StartTok = Tok; in tryParseExceptionSpecification() local
3685 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseDeclCXX.cpp3780 Token StartTok = Tok; in tryParseExceptionSpecification() local
3798 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseDeclCXX.cpp3676 Token StartTok = Tok; in tryParseExceptionSpecification() local
3694 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseDeclCXX.cpp3780 Token StartTok = Tok; in tryParseExceptionSpecification() local
3798 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3780 Token StartTok = Tok; in tryParseExceptionSpecification() local
3798 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseDeclCXX.cpp3676 Token StartTok = Tok; in tryParseExceptionSpecification() local
3694 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseDeclCXX.cpp3780 Token StartTok = Tok; in tryParseExceptionSpecification() local
3798 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParseDeclCXX.cpp3780 Token StartTok = Tok; in tryParseExceptionSpecification() local
3798 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaDecl.cpp14620 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14622 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14623 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14624 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaDecl.cpp14368 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14370 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14371 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14372 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp14432 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14434 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14435 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14436 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaDecl.cpp14384 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14386 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14387 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14388 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp14308 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14310 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14311 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14312 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp14605 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14607 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14608 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14609 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp14605 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14607 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14608 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14609 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14605 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14607 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14608 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14609 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()

12