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 522 const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2);
523 if (Proto1->getNumArgs() != Proto2->getNumArgs())
528 Proto2->getArgType(I)))
531 if (Proto1->isVariadic() != Proto2->isVariadic())
533 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
536 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
541 Proto2->getExceptionType(I)))
547 Proto2->getNoexceptExpr()))
550 if (Proto1->getTypeQuals() != Proto2->getTypeQuals())
    [all...]

Completed in 38 milliseconds