Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h46 TT_FunctionTypeLParen, enumerator
DTokenAnnotator.cpp184 Left->Type = TT_FunctionTypeLParen; in parseParens()
801 Current.Previous->MatchingParen->is(TT_FunctionTypeLParen); in modifyContext()
1695 if (Right.is(TT_FunctionTypeLParen) && Left.isNot(tok::l_paren) && in spaceRequiredBetween()
1872 Right.isNot(TT_FunctionTypeLParen)) in spaceRequiredBefore()