Searched refs:getTrivialTypeSourceInfo (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
H A DTypeLoc.cpp407 Context.getTrivialTypeSourceInfo(
420 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo(
483 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
H A DNestedNameSpecifier.cpp626 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
H A DDeclTemplate.cpp1206 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0));
1230 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(
H A DASTContext.cpp617 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
625 getTrivialTypeSourceInfo(ExpandedTypes.back()));
951 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
2116 TypeSourceInfo *ASTContext::getTrivialTypeSourceInfo(QualType T, function in class:ASTContext
/external/clang/lib/Sema/
H A DSemaCoroutine.cpp55 S.Context.getTrivialTypeSourceInfo(FnType->getReturnType(), Loc)));
60 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, Loc)));
148 S.Context.getTrivialTypeSourceInfo(T, Loc), SC_None);
H A DSemaLambda.cpp769 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType,
848 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
1202 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc);
1206 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc);
1352 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc);
1357 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc),
1419 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), SC_None);
1683 Context.getTrivialTypeSourceInfo(Src->getType());
H A DSemaExprCXX.cpp79 Context.getTrivialTypeSourceInfo(Type, NameLoc));
212 Context.getTrivialTypeSourceInfo(T, NameLoc));
250 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
271 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
284 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
502 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
576 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
891 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
997 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation());
4212 TInfo = Context.getTrivialTypeSourceInfo(
[all...]
H A DSemaDeclObjC.cpp582 SuperClassTInfo = Context.getTrivialTypeSourceInfo(SuperClassType,
675 Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType());
685 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType());
866 S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType()));
894 S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType()));
970 Context.getTrivialTypeSourceInfo(typeParam->getUnderlyingType())));
1476 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc);
1931 IDecl->setSuperClass(Context.getTrivialTypeSourceInfo(
H A DSemaTemplateVariadic.cpp887 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(),
1036 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc),
H A DSemaExprObjC.cpp1094 TInfo = Context.getTrivialTypeSourceInfo(EncodedType,
2104 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
2127 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
2197 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType);
2472 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc);
4301 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
H A DSemaDeclCXX.cpp3005 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
3326 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo(
3437 SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(),
3532 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
7460 Context.getTrivialTypeSourceInfo(Element,
8528 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy,
9202 Context.getTrivialTypeSourceInfo(DerivedType, UsingLoc);
9223 Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc);
9890 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
12078 TInfo = Context.getTrivialTypeSourceInfo(Contex
[all...]
H A DSemaTemplateInstantiateDecl.cpp365 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
384 DI = SemaRef.Context.getTrivialTypeSourceInfo(
H A DSemaExpr.cpp1640 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy));
5232 TInfo = Context.getTrivialTypeSourceInfo(literalType);
7199 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType);
11350 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc);
11445 Sig = Context.getTrivialTypeSourceInfo(T);
12861 S.Context.getTrivialTypeSourceInfo(CaptureType, Loc),
12893 S.Context.getTrivialTypeSourceInfo(FieldType, Loc),
H A DSemaType.cpp1091 BaseTypeInfo = Context.getTrivialTypeSourceInfo(T, Loc);
4289 return Context.getTrivialTypeSourceInfo(T);
4941 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
H A DSemaObjCProperty.cpp606 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
H A DSemaDecl.cpp4612 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
5128 TypeSourceInfo *FixedTInfo = Context.getTrivialTypeSourceInfo(FixedTy);
10508 T, Context.getTrivialTypeSourceInfo(T, Loc),
11520 TInfo = Context.getTrivialTypeSourceInfo(T);
12909 TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
13390 Context.getTrivialTypeSourceInfo(Context.CharTy,
H A DSemaInit.cpp5620 TSInfo = S.Context.getTrivialTypeSourceInfo(Entity.getType(), Loc);
6607 TSInfo = S.Context.getTrivialTypeSourceInfo(Step->Type,
H A DSemaTemplate.cpp494 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
5531 Context.getTrivialTypeSourceInfo(OrigT, Loc),
H A DSemaStmt.cpp1908 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc);
H A DSemaTemplateDeduction.cpp2002 S.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
H A DTreeTransform.h562 return SemaRef.Context.getTrivialTypeSourceInfo(T,
3578 SemaRef.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
3875 TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(T,
9328 = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.GetTypeFromParser(T),
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp492 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
2731 = Context->getTrivialTypeSourceInfo(superType);
2825 = Context->getTrivialTypeSourceInfo(superType);
2986 Context->getTrivialTypeSourceInfo(returnType),
3031 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
H A DRewriteModernObjC.cpp592 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
3337 = Context->getTrivialTypeSourceInfo(superType);
3431 = Context->getTrivialTypeSourceInfo(superType);
3609 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
/external/clang/include/clang/AST/
H A DASTContext.h2351 getTrivialTypeSourceInfo(QualType T,
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1988 C.getTrivialTypeSourceInfo(FieldTy, SourceLocation()),

Completed in 852 milliseconds

12