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

/external/clang/lib/Sema/
H A DSemaLambda.cpp803 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType,
880 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
1214 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc);
1218 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc);
1359 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc);
1364 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc),
1609 Context.getTrivialTypeSourceInfo(Src->getType());
H A DSemaExprCXX.cpp78 Context.getTrivialTypeSourceInfo(Type, NameLoc));
207 Context.getTrivialTypeSourceInfo(T, NameLoc));
245 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
266 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
279 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
479 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
553 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
789 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
895 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation());
3741 TInfo = Context.getTrivialTypeSourceInfo(
[all...]
H A DSemaExprObjC.cpp971 TInfo = Context.getTrivialTypeSourceInfo(EncodedType,
1889 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
1913 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
1984 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType);
2194 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc);
3989 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
H A DSemaTemplateVariadic.cpp853 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(),
H A DSemaDeclCXX.cpp2721 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
3042 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo(
3153 SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(),
3247 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
7000 Context.getTrivialTypeSourceInfo(Element,
8068 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy,
8725 Context.getTrivialTypeSourceInfo(DerivedType, UsingLoc);
8746 Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc);
9354 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
11434 TInfo = Context.getTrivialTypeSourceInfo(Contex
[all...]
H A DSemaExpr.cpp1600 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy));
4834 TInfo = Context.getTrivialTypeSourceInfo(literalType);
6632 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType);
10368 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc);
10464 Sig = Context.getTrivialTypeSourceInfo(T);
11828 S.Context.getTrivialTypeSourceInfo(CaptureType, Loc),
11862 S.Context.getTrivialTypeSourceInfo(FieldType, Loc),
11911 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
H A DSemaTemplateInstantiateDecl.cpp252 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
271 DI = SemaRef.Context.getTrivialTypeSourceInfo(
H A DSemaObjCProperty.cpp558 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
H A DTreeTransform.h536 return SemaRef.Context.getTrivialTypeSourceInfo(T,
3265 SemaRef.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
3562 TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(T,
8149 = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.GetTypeFromParser(T),
H A DSemaType.cpp3246 return Context.getTrivialTypeSourceInfo(T);
3898 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
H A DSemaDecl.cpp4194 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
4688 TypeSourceInfo *FixedTInfo = Context.getTrivialTypeSourceInfo(FixedTy);
9562 T, Context.getTrivialTypeSourceInfo(T, Loc),
10467 TInfo = Context.getTrivialTypeSourceInfo(T);
11738 TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
12215 Context.getTrivialTypeSourceInfo(Context.CharTy,
H A DSemaInit.cpp5322 TSInfo = S.Context.getTrivialTypeSourceInfo(Entity.getType(), Loc);
6187 TSInfo = S.Context.getTrivialTypeSourceInfo(Step->Type,
H A DSemaTemplate.cpp493 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
5330 Context.getTrivialTypeSourceInfo(OrigT, Loc),
H A DSemaStmt.cpp1867 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc);
H A DSemaTemplateDeduction.cpp2030 S.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
H A DSemaDeclAttr.cpp1086 QTLoc = S.Context.getTrivialTypeSourceInfo(QT, Attr.getLoc());
/external/clang/lib/AST/
H A DTypeLoc.cpp374 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
H A DNestedNameSpecifier.cpp582 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
H A DASTContext.cpp616 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
624 getTrivialTypeSourceInfo(ExpandedTypes.back()));
890 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
1979 TypeSourceInfo *ASTContext::getTrivialTypeSourceInfo(QualType T, function in class:ASTContext
H A DASTImporter.cpp4600 return ToContext.getTrivialTypeSourceInfo(T,
/external/lldb/source/Symbol/
H A DClangASTType.cpp1624 m_ast->getTrivialTypeSourceInfo(qual_type));
4756 m_ast->getTrivialTypeSourceInfo (GetQualType()),
4830 prop_type_source = m_ast->getTrivialTypeSourceInfo (ivar_decl->getType());
4832 prop_type_source = m_ast->getTrivialTypeSourceInfo (property_clang_type.GetQualType());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp501 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
2744 = Context->getTrivialTypeSourceInfo(superType);
2843 = Context->getTrivialTypeSourceInfo(superType);
3006 Context->getTrivialTypeSourceInfo(returnType),
3051 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
H A DRewriteModernObjC.cpp601 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
3367 = Context->getTrivialTypeSourceInfo(superType);
3466 = Context->getTrivialTypeSourceInfo(superType);
3646 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
/external/clang/include/clang/AST/
H A DASTContext.h2153 getTrivialTypeSourceInfo(QualType T,
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp945 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo(QualType::getFromOpaquePtr(class_type.GetOpaqueQualType()));

Completed in 631 milliseconds