Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DRewriter.cpp361 StringRef parentSpace, startSpace; in IncreaseIndentation() local
366 parentSpace = MB.substr(parentLineOffs, i-parentLineOffs); in IncreaseIndentation()
373 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()
375 if (!startSpace.startswith(parentSpace)) in IncreaseIndentation()
378 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()
/external/skqp/tools/bookmaker/
DbmhParser.h94 const Definition* parentSpace() const;
DbmhParser.cpp761 const Definition* parent = this->parentSpace(); in className()
1795 const Definition* parent = this->parentSpace(); in methodName()
1850 const Definition* BmhParser::parentSpace() const { in parentSpace() function in BmhParser
2234 const Definition* parent = this->parentSpace(); in typedefName()