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