Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/
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()
/external/llvm-project/clang/include/clang/Tooling/Transformer/
DSourceCode.h44 CharSourceRange getAssociatedRange(const Decl &D, ASTContext &Context);
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCode.cpp319 CharSourceRange tooling::getAssociatedRange(const Decl &Decl, in getAssociatedRange() function in tooling