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

/external/clang/lib/Sema/
H A DSemaLambda.cpp390 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
635 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(FunctionPtrTy,
641 S.Context.getTrivialTypeSourceInfo(ConvTy,
707 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc);
712 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc),
939 Context.getTrivialTypeSourceInfo(Src->getType());
H A DSemaExprCXX.cpp404 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
490 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
749 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
796 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation());
2862 TSInfo = Context.getTrivialTypeSourceInfo(T);
3314 LhsTSInfo = Context.getTrivialTypeSourceInfo(LhsT);
3319 RhsTSInfo = Context.getTrivialTypeSourceInfo(RhsT);
3459 TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc);
3674 TSInfo = Context.getTrivialTypeSourceInfo(T);
5080 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(ObjectTyp
[all...]
H A DSemaExprObjC.cpp960 TInfo = Context.getTrivialTypeSourceInfo(EncodedType,
1710 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
1739 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
1820 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType);
2025 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc);
3256 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
H A DSemaDeclCXX.cpp2004 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
2469 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo(
2553 SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(),
2647 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
5653 Context.getTrivialTypeSourceInfo(Element,
6546 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy,
7408 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
9748 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy,
H A DSemaDecl.cpp3415 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
3988 NewTD->setTypeSourceInfo(Context.getTrivialTypeSourceInfo(FixedTy));
7378 T, Context.getTrivialTypeSourceInfo(T, Loc),
8106 TInfo = Context.getTrivialTypeSourceInfo(T);
9275 TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
9885 Context.getTrivialTypeSourceInfo(Context.CharTy,
H A DSemaType.cpp2819 return Context.getTrivialTypeSourceInfo(T);
3384 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
H A DSemaStmt.cpp1624 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc);
H A DTreeTransform.h513 return SemaRef.Context.getTrivialTypeSourceInfo(T,
2916 SemaRef.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
3261 TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(T,
7398 = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.GetTypeFromParser(T),
H A DSemaDeclAttr.cpp953 tDecl->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(T));
3356 TD->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(NewTy));
H A DSemaInit.cpp4671 TSInfo = S.Context.getTrivialTypeSourceInfo(Entity.getType(), Loc);
5256 TSInfo = S.Context.getTrivialTypeSourceInfo(Step->Type,
H A DSemaExpr.cpp4134 TInfo = Context.getTrivialTypeSourceInfo(literalType);
5833 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType);
9179 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc);
9263 Sig = Context.getTrivialTypeSourceInfo(T);
10389 S.Context.getTrivialTypeSourceInfo(FieldType, Loc),
10438 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
H A DSemaTemplate.cpp499 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
4651 Context.getTrivialTypeSourceInfo(T, Loc),
H A DSemaTemplateDeduction.cpp1934 S.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
H A DSemaTemplateInstantiateDecl.cpp155 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
/external/clang/lib/AST/
H A DTypeLoc.cpp311 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
H A DASTContext.cpp453 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
461 getTrivialTypeSourceInfo(ExpandedTypes.back()));
690 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty);
704 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(UnsignedInt128Ty);
1719 TypeSourceInfo *ASTContext::getTrivialTypeSourceInfo(QualType T, function in class:ASTContext
4358 getTrivialTypeSourceInfo(getObjCIdType()));
5249 TypeSourceInfo *IdInfo = getTrivialTypeSourceInfo(T);
5262 TypeSourceInfo *SelInfo = getTrivialTypeSourceInfo(SelT);
5275 TypeSourceInfo *ClassInfo = getTrivialTypeSourceInfo(T);
5306 = Context->getTrivialTypeSourceInfo(CharPtrTyp
[all...]
H A DNestedNameSpecifier.cpp584 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
H A DASTImporter.cpp4157 return ToContext.getTrivialTypeSourceInfo(T,
/external/clang/include/clang/AST/
H A DASTContext.h1945 getTrivialTypeSourceInfo(QualType T,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp546 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
3289 = Context->getTrivialTypeSourceInfo(superType);
3396 = Context->getTrivialTypeSourceInfo(superType);
3564 Context->getTrivialTypeSourceInfo(returnType),
3608 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
H A DRewriteObjC.cpp499 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
2790 = Context->getTrivialTypeSourceInfo(superType);
2897 = Context->getTrivialTypeSourceInfo(superType);
3066 Context->getTrivialTypeSourceInfo(returnType),
3110 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1461 TypeSourceInfo *sourceInfo = ctx.getTrivialTypeSourceInfo(

Completed in 2149 milliseconds