Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DForRangeCopyCheck.cpp67 const auto *ForRange = Result.Nodes.getNodeAs<CXXForRangeStmt>("forRange"); in check() local
98 const VarDecl &LoopVar, const CXXForRangeStmt &ForRange, in handleCopyIsOnlyConstReferenced()
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DReadabilityModuleTest.cpp308 TEST(BracesAroundStatementsCheckTest, ForRange) { in TEST() argument
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExprSequence.cpp142 } else if (const auto *ForRange = dyn_cast<CXXForRangeStmt>(Parent)) { in getSequenceSuccessor() local
/external/llvm-project/lldb/unittests/Utility/
DStringListTest.cpp515 TEST(StringListTest, ForRange) { in TEST() argument
/external/clang/lib/Parse/
DParseStmt.cpp1558 bool ForEach = false, ForRange = false; in ParseForStatement() local
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp244 TEST(Matcher, ForRange) { in TEST() argument
/external/clang/lib/Sema/
DTreeTransform.h1941 StmtResult FinishCXXForRangeStmt(Stmt *ForRange, Stmt *Body) { in FinishCXXForRangeStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h2296 StmtResult FinishCXXForRangeStmt(Stmt *ForRange, Stmt *Body) { in FinishCXXForRangeStmt()