Home
last modified time | relevance | path

Searched refs:DeclRef (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DVariableUsageHelpers.cpp43 auto DeclRef = dyn_cast<DeclRefExpr>(IgnoreTrivials(BinOp->getRHS())); in getUsageAsRvalue() local
44 if (!DeclRef) { in getUsageAsRvalue()
48 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
54 auto DeclRef = dyn_cast_or_null<DeclRefExpr>( in getUsageAsRvalue() local
56 if (!DeclRef) { in getUsageAsRvalue()
60 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
225 auto DeclRef = dyn_cast<DeclRefExpr>(BinOp->getLHS()); in escapesFunction() local
226 if (!DeclRef) { in escapesFunction()
230 if (auto ParamDeclaration = dyn_cast<ParmVarDecl>(DeclRef->getDecl())) { in escapesFunction()
246 } else if (auto VarDeclaration = dyn_cast<VarDecl>(DeclRef->getDecl())) { in escapesFunction()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DVariableUsageHelpers.cpp43 auto DeclRef = dyn_cast<DeclRefExpr>(IgnoreTrivials(BinOp->getRHS())); in getUsageAsRvalue() local
44 if (!DeclRef) { in getUsageAsRvalue()
48 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
54 auto DeclRef = dyn_cast_or_null<DeclRefExpr>( in getUsageAsRvalue() local
56 if (!DeclRef) { in getUsageAsRvalue()
60 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
225 auto DeclRef = dyn_cast<DeclRefExpr>(BinOp->getLHS()); in escapesFunction() local
226 if (!DeclRef) { in escapesFunction()
230 if (auto ParamDeclaration = dyn_cast<ParmVarDecl>(DeclRef->getDecl())) { in escapesFunction()
246 } else if (auto VarDeclaration = dyn_cast<VarDecl>(DeclRef->getDecl())) { in escapesFunction()
[all …]
/dports/www/firefox/firefox-99.0/build/clang-plugin/
H A DVariableUsageHelpers.cpp43 auto DeclRef = dyn_cast<DeclRefExpr>(IgnoreTrivials(BinOp->getRHS())); in getUsageAsRvalue() local
44 if (!DeclRef) { in getUsageAsRvalue()
48 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
54 auto DeclRef = dyn_cast_or_null<DeclRefExpr>( in getUsageAsRvalue() local
56 if (!DeclRef) { in getUsageAsRvalue()
60 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
225 auto DeclRef = dyn_cast<DeclRefExpr>(BinOp->getLHS()); in escapesFunction() local
226 if (!DeclRef) { in escapesFunction()
230 if (auto ParamDeclaration = dyn_cast<ParmVarDecl>(DeclRef->getDecl())) { in escapesFunction()
246 } else if (auto VarDeclaration = dyn_cast<VarDecl>(DeclRef->getDecl())) { in escapesFunction()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DVariableUsageHelpers.cpp43 auto DeclRef = dyn_cast<DeclRefExpr>(IgnoreTrivials(BinOp->getRHS())); in getUsageAsRvalue() local
44 if (!DeclRef) { in getUsageAsRvalue()
48 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
54 auto DeclRef = dyn_cast_or_null<DeclRefExpr>( in getUsageAsRvalue() local
56 if (!DeclRef) { in getUsageAsRvalue()
60 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
225 auto DeclRef = dyn_cast<DeclRefExpr>(BinOp->getLHS()); in escapesFunction() local
226 if (!DeclRef) { in escapesFunction()
230 if (auto ParamDeclaration = dyn_cast<ParmVarDecl>(DeclRef->getDecl())) { in escapesFunction()
246 } else if (auto VarDeclaration = dyn_cast<VarDecl>(DeclRef->getDecl())) { in escapesFunction()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/
H A DVariableUsageHelpers.cpp39 auto DeclRef = dyn_cast<DeclRefExpr>(IgnoreTrivials(BinOp->getRHS())); in getUsageAsRvalue() local
40 if (!DeclRef) { in getUsageAsRvalue()
44 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
50 auto DeclRef = dyn_cast_or_null<DeclRefExpr>( in getUsageAsRvalue() local
52 if (!DeclRef) { in getUsageAsRvalue()
56 if (DeclRef->getDecl() != ValueDeclaration) { in getUsageAsRvalue()
221 auto DeclRef = dyn_cast<DeclRefExpr>(BinOp->getLHS()); in escapesFunction() local
222 if (!DeclRef) { in escapesFunction()
226 if (auto ParamDeclaration = dyn_cast<ParmVarDecl>(DeclRef->getDecl())) { in escapesFunction()
242 } else if (auto VarDeclaration = dyn_cast<VarDecl>(DeclRef->getDecl())) { in escapesFunction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp48 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
64 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
70 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp48 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
64 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
70 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp48 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
64 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
70 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
59 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
65 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp49 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
65 SourceRange(DeclRef->getBeginLoc(), DeclRef->getLAngleLoc()), in check()
71 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/google/
H A DExplicitMakePairCheck.cpp49 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
65 SourceRange(DeclRef->getLocStart(), DeclRef->getLAngleLoc()), in check()
71 SourceRange(DeclRef->getLAngleLoc(), DeclRef->getRAngleLoc())); in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp47 auto DeclRef = ignoringParenImpCasts(declRefExpr(to(equalsNode(D)))); in check() local
49 unaryOperator(hasOperatorName("*"), hasUnaryOperand(DeclRef))), in check()
52 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
57 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
60 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp49 auto DeclRef = ignoringParenImpCasts(declRefExpr(to(equalsNode(D)))); in check() local
51 unaryOperator(hasOperatorName("*"), hasUnaryOperand(DeclRef))), in check()
54 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
59 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
62 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp49 auto DeclRef = ignoringParenImpCasts(declRefExpr(to(equalsNode(D)))); in check() local
51 unaryOperator(hasOperatorName("*"), hasUnaryOperand(DeclRef))), in check()
54 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
59 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
62 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp47 auto DeclRef = ignoringParenImpCasts(declRefExpr(to(equalsNode(D)))); in check() local
49 unaryOperator(hasOperatorName("*"), hasUnaryOperand(DeclRef))), in check()
52 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
57 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
60 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp47 auto DeclRef = ignoringParenImpCasts(declRefExpr(to(equalsNode(D)))); in check() local
49 unaryOperator(hasOperatorName("*"), hasUnaryOperand(DeclRef))), in check()
52 !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If, in check()
57 !match(findAll(callExpr(hasAnyArgument(ignoringParenImpCasts(DeclRef)))), in check()
60 !match(findAll(cxxDeleteExpr(has(ignoringParenImpCasts(expr(DeclRef))))), in check()

12345678910>>...13