Home
last modified time | relevance | path

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

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