Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp764 auto DeclarationRange = Builder.getDeclarationRange(C); in handleFreeStandingTagDecl() local
766 Builder.foldNode(DeclarationRange, Result, nullptr); in handleFreeStandingTagDecl()
771 auto R = llvm::ArrayRef(TemplateKW, DeclarationRange.end()); in handleFreeStandingTagDecl()
773 foldTemplateDeclaration(R, TemplateKW, DeclarationRange, nullptr); in handleFreeStandingTagDecl()
774 DeclarationRange = R; in handleFreeStandingTagDecl()
1613 auto DeclarationRange = Builder.getDeclarationRange(D); in processDeclaratorAndDeclaration() local
1614 Builder.foldList(DeclarationRange, DL, nullptr); in processDeclaratorAndDeclaration()
1617 Builder.foldNode(DeclarationRange, in processDeclaratorAndDeclaration()