Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp136 SourceLocation ExtractedDeclLocation = in createSourceReplacements() local
150 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements()
170 auto Err = Change.insert(SM, ExtractedDeclLocation, OS.str()); in createSourceReplacements()