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

  /external/clang/lib/AST/
ASTImporter.cpp 537 const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2);
538 if (Proto1->getNumParams() != Proto2->getNumParams())
542 Proto2->getParamType(I)))
545 if (Proto1->isVariadic() != Proto2->isVariadic())
547 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
550 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
555 Proto2->getExceptionType(I)))
561 Proto2->getNoexceptExpr()))
564 if (Proto1->getTypeQuals() != Proto2->getTypeQuals())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 293 milliseconds