Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp424 llvm::StringRef BeforeAttrStripped = BeforeAttr.rtrim(); in getAssociatedRange() local
428 if (BeforeAttrStripped.endswith(Prefix)) { in getAssociatedRange()
433 -BeforeAttr.size() + BeforeAttrStripped.size() - Prefix.size()))); in getAssociatedRange()