Searched refs:LeftOfParens (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DTokenAnnotator.cpp841 FormatToken *LeftOfParens = nullptr; local
843 LeftOfParens = Tok.MatchingParen->getPreviousNonComment();
853 LeftOfParens && LeftOfParens->isOneOf(tok::kw_sizeof, tok::kw_alignof);
864 else if (LeftOfParens &&
865 (LeftOfParens->Tok.getIdentifierInfo() == nullptr ||
866 LeftOfParens->is(tok::kw_return)) &&
867 LeftOfParens->Type != TT_OverloadedOperator &&
868 LeftOfParens->isNot(tok::at) &&
869 LeftOfParens
[all...]

Completed in 69 milliseconds