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::ArrayRef(TemplateKW, DeclarationRange.end()); in handleFreeStandingTagDecl()768 foldTemplateDeclaration(R, TemplateKW, DeclarationRange, nullptr); in handleFreeStandingTagDecl()769 DeclarationRange = R; in handleFreeStandingTagDecl()1606 auto DeclarationRange = Builder.getDeclarationRange(D); in processDeclaratorAndDeclaration() local1607 Builder.foldList(DeclarationRange, DL, nullptr); in processDeclaratorAndDeclaration()1610 Builder.foldNode(DeclarationRange, in processDeclaratorAndDeclaration()