Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp759 auto DeclarationRange = Builder.getDeclarationRange(C); in handleFreeStandingTagDecl() local
761 Builder.foldNode(DeclarationRange, Result, nullptr); in handleFreeStandingTagDecl()
766 auto R = llvm::makeArrayRef(TemplateKW, DeclarationRange.end()); in handleFreeStandingTagDecl()
768 foldTemplateDeclaration(R, TemplateKW, DeclarationRange, nullptr); in handleFreeStandingTagDecl()
769 DeclarationRange = R; in handleFreeStandingTagDecl()
1608 auto DeclarationRange = Builder.getDeclarationRange(D); in processDeclaratorAndDeclaration() local
1609 Builder.foldList(DeclarationRange, DL, nullptr); in processDeclaratorAndDeclaration()
1612 Builder.foldNode(DeclarationRange, in processDeclaratorAndDeclaration()