Home
last modified time | relevance | path

Searched defs:replaceWithInner (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Edit/
DCommit.h114 bool replaceWithInner(SourceRange TokenRange, SourceRange TokenInnerRange) { in replaceWithInner() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Edit/
DCommit.h114 bool replaceWithInner(SourceRange TokenRange, SourceRange TokenInnerRange) { in replaceWithInner() function
/aosp_15_r20/external/clang/include/clang/Edit/
H A DCommit.h104 bool replaceWithInner(SourceRange TokenRange, SourceRange TokenInnerRange) { in replaceWithInner() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Edit/
DCommit.h114 bool replaceWithInner(SourceRange TokenRange, SourceRange TokenInnerRange) { in replaceWithInner() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Edit/
DCommit.h114 bool replaceWithInner(SourceRange TokenRange, SourceRange TokenInnerRange) { in replaceWithInner() function
/aosp_15_r20/external/clang/lib/Edit/
H A DCommit.cpp127 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() function in Commit