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