Lines Matching defs:QualType

221     void setPreferredType(QualType T) { 
654 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
662 QualType T;
674 return QualType();
760 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
799 QualType RecordTy = Context.getTypeDeclType(Record);
1170 static bool isObjCReceiverType(ASTContext &C, QualType T) {
1204 QualType T = getDeclUsageType(SemaRef.Context, ND);
1228 QualType T = getDeclUsageType(SemaRef.Context, ND);
1469 static const char *GetCompletionTypeString(QualType T,
1500 QualType ThisTy = S.getCurrentThisType();
2068 QualType T;
2205 QualType ResultType = Block.getTypePtr()->getReturnType();
2489 QualType Ty = Name.getCXXNameType();
2854 QualType ArgType;
3367 CodeCompleteExpressionData(QualType PreferredType = QualType())
3371 QualType PreferredType;
3540 QualType BaseType = Base->getType();
3720 QualType type = Switch->getCond()->IgnoreImplicit()->getType();
3864 QualType ParamType;
3893 ParamType = QualType();
3901 QualType FunctionType = Fn->getType();
3939 QualType ResultType;
4226 Context.getCanonicalType(QualType(Initializers[I]->getBaseClass(), 0)));
4243 QualType(Initializers.back()->getBaseClass(), 0));
4266 QualType(Initializers.back()->getBaseClass(), 0));
5049 QualType T = Msg->getInstanceReceiver()->getType();
5310 static QualType getPreferredArgumentTypeForMessageSend(ResultBuilder &Results,
5315 QualType PreferredType;
5325 QualType MyPreferredType = Method->parameters()[NumSelIdents - 1]
5332 PreferredType = QualType();
5354 QualType T = SemaRef.GetTypeFromParser(Receiver, nullptr);
5425 QualType T = this->GetTypeFromParser(Receiver);
5441 QualType PreferredType = getPreferredArgumentTypeForMessageSend(Results,
5471 QualType ReceiverType = RecExpr? RecExpr->getType()
5601 QualType PreferredType = getPreferredArgumentTypeForMessageSend(Results,
5977 QualType PropertyType = Context.getObjCIdType();
6057 QualType ReturnType,
6140 static void AddObjCPassingTypeChunk(QualType Type,
6171 QualType ReturnType,
6799 QualType ReturnType = GetTypeFromParser(ReturnTy);