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 521 const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2);
522 if (Proto1->getNumArgs() != Proto2->getNumArgs())
527 Proto2->getArgType(I)))
530 if (Proto1->isVariadic() != Proto2->isVariadic())
532 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
535 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
540 Proto2->getExceptionType(I)))
546 Proto2->getNoexceptExpr()))
549 if (Proto1->getTypeQuals() != Proto2->getTypeQuals())
    [all...]

Completed in 118 milliseconds