HomeSort by: relevance | last modified time | path
    Searched defs:newType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1421 QualType newType = BaseType::VisitAttributedType(attrType);
1422 if (newType.isNull())
1425 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr());
1427 return newType;
1437 return newType;
ASTContext.cpp 3650 auto *newType
3655 Types.push_back(newType);
3656 return QualType(newType, 0);
3732 auto *newType = new (*this, TypeAlignment)
3735 IncompleteArrayTypes.InsertNode(newType, insertPos);
3736 Types.push_back(newType);
3737 return QualType(newType, 0);
4483 Type *newType =
4485 Decl->TypeForDecl = newType;
4486 Types.push_back(newType);
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c     [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 166 milliseconds