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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4188 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); local
4190 assert(Proto1 && Proto2 && "Function templates must have prototypes");
4237 Args2.insert(Args2.end(), Proto2->param_type_begin(),
4238 Proto2->param_type_end());
4259 S, TemplateParams, Proto2->getReturnType(), Proto1->getReturnType(),
4304 ::MarkUsedTemplateParameters(S.Context, Proto2->getReturnType(), false,
/external/clang/lib/AST/
H A DASTImporter.cpp637 const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2); local
638 if (Proto1->getNumParams() != Proto2->getNumParams())
642 Proto2->getParamType(I)))
645 if (Proto1->isVariadic() != Proto2->isVariadic())
647 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
650 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
655 Proto2->getExceptionType(I)))
661 Proto2->getNoexceptExpr()))
664 if (Proto1->getTypeQuals() != Proto2->getTypeQuals())
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs82 [pbr::OriginalName("SYNTAX_PROTO2")] Proto2 = 0, enumerator in enum:Google.Protobuf.WellKnownTypes.Syntax
494 /// The string value of the default value of this field. Proto2 syntax only.
753 /// Field type group. Proto2 syntax only, and deprecated.
803 /// For required fields. Proto2 syntax only.

Completed in 208 milliseconds