Searched refs:getNamespaceToken (Results 1 – 4 of 4) sorted by relevance
173 getNamespaceToken(const AnnotatedLine *Line, in getNamespaceToken() function188 return NamespaceTok->getNamespaceToken(); in getNamespaceToken()194 const FormatToken *NamespaceTok = getNamespaceToken(Line, AnnotatedLines); in getNamespaceTokenText()232 getNamespaceToken(EndLine, AnnotatedLines); in analyze()
30 getNamespaceToken(const AnnotatedLine *Line,
148 return AnnotatedLines[StartLineIndex]->First->getNamespaceToken(); in getMatchingNamespaceToken()152 const FormatToken *NamespaceToken = Line->First->getNamespaceToken(); in getNamespaceTokenText()239 if (Tok && Tok->getNamespaceToken()) in tryFitMultipleLinesInOne()263 if (auto nsToken = TheLine->First->getNamespaceToken()) { in tryFitMultipleLinesInOne()1202 !getNamespaceToken(&Line, Lines)) in formatFirstToken()
684 const FormatToken *getNamespaceToken() const { in getNamespaceToken() function