Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeTest.cpp25 using tooling::getAssociatedRange;
102 EXPECT_THAT(getAssociatedRange(*Decl, *this->Context), in VisitDeclHelper()
228 TEST(SourceCodeTest, getAssociatedRange) { in TEST() argument
421 EXPECT_TRUE(getAssociatedRange(*Decl, *Context).isInvalid()); in TEST()
/llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h48 CharSourceRange getAssociatedRange(const Decl &D, ASTContext &Context);
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp319 CharSourceRange tooling::getAssociatedRange(const Decl &Decl, in getAssociatedRange() function in tooling