Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp81 (is(tok::less) && Style.isProto()); in opensBlockOrBlockTypeList()
H A DTokenAnnotator.cpp256 if (Prev.isOneOf(tok::question, tok::colon) && !Style.isProto()) in parseAngle()
742 } else if (Style.isProto()) { in parseSquare()
1221 Style.isProto()) { in parseBrace()
1376 } else if (Contexts.back().ColonIsDictLiteral || Style.isProto()) { in consumeToken()
1628 if (Style.isProto()) in consumeToken()
3282 (Style.isProto() && NextNonComment->is(tok::less)))) { in getCurrentPrecedence()
4650 (Style.isProto() && !Style.Cpp11BracedListStyle && in spaceRequiredBetween()
4918 } else if (Style.isProto()) { in spaceRequiredBefore()
5586 (IsCpp || Style.isProto() || in mustBreakBefore()
5865 if (Style.isProto() && Right.is(TT_SelectorName) && in mustBreakBefore()
[all …]
H A DContinuationIndenter.cpp1264 (Current.is(tok::greater) && (Style.isProto() || Style.isTableGen()))) && in getNewLineColumn()
1317 (Style.isProto() && Current.Next->isOneOf(tok::less, tok::l_brace)))) { in getNewLineColumn()
1846 Style.isProto() || !Style.BinPackArguments || in moveStatePastScopeOpener()
H A DFormatTokenLexer.cpp1438 if ((Style.isJavaScript() || Style.isProto()) && Tok.is(tok::char_constant)) in readRawToken()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3214 bool isProto() const { in isProto() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4168 bool isProto = Record[2]; in parseFunctionRecord() local
4296 if (!isProto) { in parseFunctionRecord()