Searched refs:getAssociatedRange (Results 1 – 3 of 3) sorted by relevance
25 using tooling::getAssociatedRange;102 EXPECT_THAT(getAssociatedRange(*Decl, *this->Context), in VisitDeclHelper()228 TEST(SourceCodeTest, getAssociatedRange) { in TEST() argument421 EXPECT_TRUE(getAssociatedRange(*Decl, *Context).isInvalid()); in TEST()
44 CharSourceRange getAssociatedRange(const Decl &D, ASTContext &Context);
319 CharSourceRange tooling::getAssociatedRange(const Decl &Decl, in getAssociatedRange() function in tooling