Home
last modified time | relevance | path

Searched refs:NoexceptLoc (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp53 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
56 if (NoexceptLoc.isValid()) in check()
57 NoexceptLoc = Lexer::findLocationAfterToken( in check()
58 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
59 if (NoexceptLoc.isValid()) in check()
60 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp57 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
60 if (NoexceptLoc.isValid()) in check()
61 NoexceptLoc = Lexer::findLocationAfterToken( in check()
62 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
63 if (NoexceptLoc.isValid()) in check()
64 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp54 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
57 if (NoexceptLoc.isValid()) in check()
58 NoexceptLoc = Lexer::findLocationAfterToken( in check()
59 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
60 if (NoexceptLoc.isValid()) in check()
61 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp53 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
56 if (NoexceptLoc.isValid()) in check()
57 NoexceptLoc = Lexer::findLocationAfterToken( in check()
58 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
59 if (NoexceptLoc.isValid()) in check()
60 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp53 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
56 if (NoexceptLoc.isValid()) in check()
57 NoexceptLoc = Lexer::findLocationAfterToken( in check()
58 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
59 if (NoexceptLoc.isValid()) in check()
60 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp57 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
60 if (NoexceptLoc.isValid()) in check()
61 NoexceptLoc = Lexer::findLocationAfterToken( in check()
62 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
63 if (NoexceptLoc.isValid()) in check()
64 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp54 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
57 if (NoexceptLoc.isValid()) in check()
58 NoexceptLoc = Lexer::findLocationAfterToken( in check()
59 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
60 if (NoexceptLoc.isValid()) in check()
61 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp54 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
57 if (NoexceptLoc.isValid()) in check()
58 NoexceptLoc = Lexer::findLocationAfterToken( in check()
59 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
60 if (NoexceptLoc.isValid()) in check()
61 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp54 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
57 if (NoexceptLoc.isValid()) in check()
58 NoexceptLoc = Lexer::findLocationAfterToken( in check()
59 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
60 if (NoexceptLoc.isValid()) in check()
61 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp53 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
56 if (NoexceptLoc.isValid()) in check()
57 NoexceptLoc = Lexer::findLocationAfterToken( in check()
58 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
59 if (NoexceptLoc.isValid()) in check()
60 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp54 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
57 if (NoexceptLoc.isValid()) in check()
58 NoexceptLoc = Lexer::findLocationAfterToken( in check()
59 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
60 if (NoexceptLoc.isValid()) in check()
61 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp53 SourceLocation NoexceptLoc = Decl->getParamDecl(Decl->getNumParams() - 1) in check() local
56 if (NoexceptLoc.isValid()) in check()
57 NoexceptLoc = Lexer::findLocationAfterToken( in check()
58 NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true); in check()
59 if (NoexceptLoc.isValid()) in check()
60 Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept "); in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DExprConcepts.h328 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
344 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
358 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
363 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
364 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DExprConcepts.h328 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
344 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
358 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
363 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
364 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExprConcepts.h327 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
343 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
357 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
362 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
363 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h327 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
343 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
357 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
362 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
363 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DExprConcepts.h332 SourceLocation NoexceptLoc; // May be empty if noexcept wasn't specified. variable
348 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
362 SourceLocation NoexceptLoc, ReturnTypeRequirement Req = {});
367 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement()
368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; } in getNoexceptLoc()

123456