Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp758 auto DeclarationRange = Builder.getDeclarationRange(C); in handleFreeStandingTagDecl() local
760 Builder.foldNode(DeclarationRange, Result, nullptr); in handleFreeStandingTagDecl()
765 auto R = llvm::makeArrayRef(TemplateKW, DeclarationRange.end()); in handleFreeStandingTagDecl()
767 foldTemplateDeclaration(R, TemplateKW, DeclarationRange, nullptr); in handleFreeStandingTagDecl()
768 DeclarationRange = R; in handleFreeStandingTagDecl()
1574 auto DeclarationRange = Builder.getDeclarationRange(D); in processDeclaratorAndDeclaration() local
1575 Builder.foldList(DeclarationRange, DL, nullptr); in processDeclaratorAndDeclaration()
1578 Builder.foldNode(DeclarationRange, in processDeclaratorAndDeclaration()