Searched refs:DeclarationRange (Results 1 – 1 of 1) sorted by relevance
759 auto DeclarationRange = Builder.getDeclarationRange(C); in handleFreeStandingTagDecl() local761 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() local1609 Builder.foldList(DeclarationRange, DL, nullptr); in processDeclaratorAndDeclaration()1612 Builder.foldNode(DeclarationRange, in processDeclaratorAndDeclaration()