Home
last modified time | relevance | path

Searched refs:InsertFwd (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp752 InsertForwardDeclaration InsertFwd; in moveClassForwardDeclaration() local
753 InsertFwd.InsertionOffset = Insertion.getOffset(); in moveClassForwardDeclaration()
754 InsertFwd.ForwardDeclText = Insertion.getReplacementText().str(); in moveClassForwardDeclaration()
755 InsertFwdDecls[std::string(Insertion.getFilePath())].push_back(InsertFwd); in moveClassForwardDeclaration()