Home
last modified time | relevance | path

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

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