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

  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 582 const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2);
583 if (Proto1->getNumParams() != Proto2->getNumParams())
587 Proto2->getParamType(I)))
590 if (Proto1->isVariadic() != Proto2->isVariadic())
592 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
595 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
600 Proto2->getExceptionType(I)))
606 Proto2->getNoexceptExpr()))
609 if (Proto1->getTypeQuals() != Proto2->getTypeQuals())
    [all...]

Completed in 372 milliseconds