HomeSort by relevance Sort by last modified time
    Searched refs:Proto1 (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/AST/
ASTImporter.cpp 636 const FunctionProtoType *Proto1 = cast<FunctionProtoType>(T1);
638 if (Proto1->getNumParams() != Proto2->getNumParams())
640 for (unsigned I = 0, N = Proto1->getNumParams(); I != N; ++I) {
641 if (!IsStructurallyEquivalent(Context, Proto1->getParamType(I),
645 if (Proto1->isVariadic() != Proto2->isVariadic())
647 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
649 if (Proto1->getExceptionSpecType() == EST_Dynamic) {
650 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
652 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) {
654 Proto1->getExceptionType(I)
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]

Completed in 953 milliseconds