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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp103 (is(tok::less) && Style.isProto());
H A DTokenAnnotator.cpp234 !Style.isCSharp() && !Style.isProto())) {
684 } else if (Style.isProto()) {
911 Style.isProto()) {
1053 } else if (Contexts.back().ColonIsDictLiteral || Style.isProto()) {
1292 if (Style.isProto())
2879 (Style.isProto() && NextNonComment->is(tok::less)))) {
4204 (Style.isProto() && !Style.Cpp11BracedListStyle &&
4463 } else if (Style.isProto()) {
5095 (Style.isCpp() || Style.isProto() ||
5352 if (Style.isProto()
[all...]
H A DContinuationIndenter.cpp1249 (Current.is(tok::greater) && Style.isProto())) &&
1296 (Style.isProto() && Current.Next->isOneOf(tok::less, tok::l_brace)))) {
1817 Style.isProto() || !Style.BinPackArguments ||
H A DFormatTokenLexer.cpp1400 if ((Style.isJavaScript() || Style.isProto()) && Tok.is(tok::char_constant))
/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3055 bool isProto() const { function in namespace:clang::format
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4010 bool isProto = Record[2]; local
4138 if (!isProto) {

Completed in 214 milliseconds