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

  /external/clang/lib/AST/
ASTImporter.cpp 521 const FunctionProtoType *Proto1 = cast<FunctionProtoType>(T1);
523 if (Proto1->getNumArgs() != Proto2->getNumArgs())
525 for (unsigned I = 0, N = Proto1->getNumArgs(); I != N; ++I) {
527 Proto1->getArgType(I),
531 if (Proto1->isVariadic() != Proto2->isVariadic())
533 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
535 if (Proto1->getExceptionSpecType() == EST_Dynamic) {
536 if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
538 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) {
540 Proto1->getExceptionType(I)
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 23 milliseconds