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.cpp80 (is(tok::less) && Style.isProto()); in opensBlockOrBlockTypeList()
H A DTokenAnnotator.cpp254 if (Prev.isOneOf(tok::question, tok::colon) && !Style.isProto()) in parseAngle()
738 } else if (Style.isProto()) { in parseSquare()
1211 Style.isProto()) { in parseBrace()
1367 } else if (Contexts.back().ColonIsDictLiteral || Style.isProto()) { in consumeToken()
1620 if (Style.isProto()) in consumeToken()
3346 (Style.isProto() && NextNonComment->is(tok::less)))) { in getCurrentPrecedence()
4771 (Style.isProto() && !Style.Cpp11BracedListStyle && in spaceRequiredBetween()
5042 } else if (Style.isProto()) { in spaceRequiredBefore()
5732 (IsCpp || Style.isProto() || Style.isTableGen())) { in mustBreakBefore()
6013 if (Style.isProto() && Right.is(TT_SelectorName) && in mustBreakBefore()
[all …]
H A DContinuationIndenter.cpp1373 (Current.is(tok::greater) && (Style.isProto() || Style.isTableGen()))) && in getNewLineColumn()
1430 (Style.isProto() && Current.Next->isOneOf(tok::less, tok::l_brace)))) { in getNewLineColumn()
1968 Style.isProto() || !Style.BinPackArguments || in moveStatePastScopeOpener()
H A DFormatTokenLexer.cpp1569 if ((Style.isJavaScript() || Style.isProto()) && Tok.is(tok::char_constant)) in readRawToken()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3390 bool isProto() const { return Language == LK_Proto || isTextProto(); } in isProto() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4258 bool isProto = Record[2]; in parseFunctionRecord() local
4386 if (!isProto) { in parseFunctionRecord()