Home
last modified time | relevance | path

Searched defs:ForRange (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DForRangeCopyCheck.cpp71 const auto *ForRange = Result.Nodes.getNodeAs<CXXForRangeStmt>("forRange"); in check() local
102 const VarDecl &LoopVar, const CXXForRangeStmt &ForRange, in handleCopyIsOnlyConstReferenced()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DReadabilityModuleTest.cpp310 TEST(BracesAroundStatementsCheckTest, ForRange) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp141 } else if (const auto *ForRange = dyn_cast<CXXForRangeStmt>(Parent)) { in getSequenceSuccessor() local
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringListTest.cpp515 TEST(StringListTest, ForRange) { in TEST() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h2453 StmtResult FinishCXXForRangeStmt(Stmt *ForRange, Stmt *Body) { in FinishCXXForRangeStmt()