Home
last modified time | relevance | path

Searched refs:ConstRange (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DConstReturnTypeCheck.cpp58 CharSourceRange ConstRange; member
77 Result.ConstRange = in checkDef()
79 Result.Hints.push_back(FixItHint::CreateRemoval(Result.ConstRange)); in checkDef()
116 if (CR.ConstRange.isValid()) in check()
117 Diagnostic << CR.ConstRange; in check()
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTest.cpp146 auto ConstRange = ConstTree->getChildren(); in TEST_F() local
147 EXPECT_THAT(ConstRange, ElementsAre(role(NodeRole::LeftHandSide), in TEST_F()
153 auto CIt = ConstRange.begin(); in TEST_F()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h1027 using ConstRange = iterator_range<pointee_iterator< variable
1056 ConstRange<SectionBase> sections() const { in sections()
1074 ConstRange<Segment> segments() const { return make_pointee_range(Segments); } in segments()