Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp765 auto DeclarationRange = Builder.getDeclarationRange(C); in handleFreeStandingTagDecl() local
767 Builder.foldNode(DeclarationRange, Result, nullptr); in handleFreeStandingTagDecl()
772 auto R = llvm::ArrayRef(TemplateKW, DeclarationRange.end()); in handleFreeStandingTagDecl()
774 foldTemplateDeclaration(R, TemplateKW, DeclarationRange, nullptr); in handleFreeStandingTagDecl()
775 DeclarationRange = R; in handleFreeStandingTagDecl()
1614 auto DeclarationRange = Builder.getDeclarationRange(D); in processDeclaratorAndDeclaration() local
1615 Builder.foldList(DeclarationRange, DL, nullptr); in processDeclaratorAndDeclaration()
1618 Builder.foldNode(DeclarationRange, in processDeclaratorAndDeclaration()