Searched refs:DeclarationRange (Results 1 – 1 of 1) sorted by relevance
765 auto DeclarationRange = Builder.getDeclarationRange(C); in handleFreeStandingTagDecl() local767 Builder.foldNode(DeclarationRange, Result, nullptr); in handleFreeStandingTagDecl()772 auto R = llvm::ArrayRef(TemplateKW, DeclarationRange.end()); in handleFreeStandingTagDecl()774 foldTemplateDeclaration(R, TemplateKW, DeclarationRange, nullptr); in handleFreeStandingTagDecl()775 DeclarationRange = R; in handleFreeStandingTagDecl()1614 auto DeclarationRange = Builder.getDeclarationRange(D); in processDeclaratorAndDeclaration() local1615 Builder.foldList(DeclarationRange, DL, nullptr); in processDeclaratorAndDeclaration()1618 Builder.foldNode(DeclarationRange, in processDeclaratorAndDeclaration()