reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2755   getTrivialTypeSourceInfo(QualType T,

References

tools/clang/lib/AST/ASTContext.cpp
  704       TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
  712                                 getTrivialTypeSourceInfo(ExpandedTypes.back()));
 1169   TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
tools/clang/lib/AST/ASTImporter.cpp
 7904   return ToContext.getTrivialTypeSourceInfo(*TOrErr, *BeginLocOrErr);
 8267       TypeSourceInfo *TSI = getToContext().getTrivialTypeSourceInfo(
tools/clang/lib/AST/DeclOpenMP.cpp
  238       C, DC, Id, T, C.getTrivialTypeSourceInfo(T), StartLoc);
tools/clang/lib/AST/DeclTemplate.cpp
 1208       C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0));
 1232   TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(
 1248   TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(C.getSizeType());
tools/clang/lib/AST/NestedNameSpecifier.cpp
  662         = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
tools/clang/lib/AST/TypeLoc.cpp
  461                    Context.getTrivialTypeSourceInfo(
  474   this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo(
  484         Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc));
  546                           Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1234       C.getTrivialTypeSourceInfo(FieldTy, SourceLocation()),
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  271           C.getTrivialTypeSourceInfo(Type, SourceLocation()),
  287           C.getTrivialTypeSourceInfo(Type, SourceLocation()),
 5090                             C.getTrivialTypeSourceInfo(SubTy, SourceLocation()),
 5115           C.getTrivialTypeSourceInfo(SubTy, SourceLocation()),
 5177           C.getTrivialTypeSourceInfo(RecTy, SourceLocation()),
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  412         Ctx.getTrivialTypeSourceInfo(FunctionTy), SC_Static,
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  587       TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
 3294         = Context->getTrivialTypeSourceInfo(superType);
 3389         = Context->getTrivialTypeSourceInfo(superType);
 3567       = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  493       TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
 2723         = Context->getTrivialTypeSourceInfo(superType);
 2818         = Context->getTrivialTypeSourceInfo(superType);
 2979                                  Context->getTrivialTypeSourceInfo(returnType),
 3024       = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());
tools/clang/lib/Sema/SemaCoroutine.cpp
   72         TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, KwLoc)));
  172       S.Context.getTrivialTypeSourceInfo(PromiseType, Loc)));
  498                              Context.getTrivialTypeSourceInfo(T, Loc), SC_None);
 1450       S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None);
 1504       S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc);
 1515   TypeSourceInfo *TInfo = S.Context.getTrivialTypeSourceInfo(Type, Loc);
tools/clang/lib/Sema/SemaDecl.cpp
 5334       TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
 5841   TypeSourceInfo *FixedTInfo = Context.getTrivialTypeSourceInfo(FixedTy);
13096                                 T, Context.getTrivialTypeSourceInfo(T, Loc),
14354     TInfo = Context.getTrivialTypeSourceInfo(T);
15896       TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
16393                               Context.getTrivialTypeSourceInfo(Context.CharTy,
tools/clang/lib/Sema/SemaDeclAttr.cpp
 1391     QTLoc = S.Context.getTrivialTypeSourceInfo(QT, AL.getLoc());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1218         S.Context.getTrivialTypeSourceInfo(T, Loc), Src->getStorageClass());
 4212     TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
 4488   TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo(
 4572                SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(),
 9748                                        Context.getTrivialTypeSourceInfo(Element,
10985     TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy,
11564       Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc);
11598         Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc);
11686       auto *TInfo = Context.getTrivialTypeSourceInfo(B.getType(), InitLoc);
12243                             S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
14392     TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy,
16166       TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
tools/clang/lib/Sema/SemaDeclObjC.cpp
  656       SuperClassTInfo = Context.getTrivialTypeSourceInfo(SuperClassType,
  750              Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType());
  760     typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType());
  941         S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType()));
  969       S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType()));
 1044               Context.getTrivialTypeSourceInfo(typeParam->getUnderlyingType())));
 1575     TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc);
 2037       IDecl->setSuperClass(Context.getTrivialTypeSourceInfo(
tools/clang/lib/Sema/SemaExpr.cpp
 1748     TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy));
 6042     TInfo = Context.getTrivialTypeSourceInfo(literalType);
 8484   TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType);
14031     ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc);
14128     Sig = Context.getTrivialTypeSourceInfo(T);
tools/clang/lib/Sema/SemaExprCXX.cpp
   79                           Context.getTrivialTypeSourceInfo(Type, NameLoc));
  265                                 Context.getTrivialTypeSourceInfo(T, NameLoc));
  303                 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
  324                 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
  337                 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
  580       TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
  695       TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
 1307     TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation());
 5062       TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc);
 5286     TSInfo = Context.getTrivialTypeSourceInfo(T);
 6957               Context.getTrivialTypeSourceInfo(ObjectType, DestructedTypeStart);
 6974         DestructedTypeInfo = Context.getTrivialTypeSourceInfo(ObjectType,
 7100       DestructedTypeInfo = Context.getTrivialTypeSourceInfo(DestructedType,
 7151     ScopeTypeInfo = Context.getTrivialTypeSourceInfo(ScopeType,
tools/clang/lib/Sema/SemaExprObjC.cpp
 1115     TInfo = Context.getTrivialTypeSourceInfo(EncodedType,
 2189     TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
 2212       TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
 2281     receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType);
 2604     ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc);
 4556     TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
tools/clang/lib/Sema/SemaInit.cpp
 6417       TSInfo = S.Context.getTrivialTypeSourceInfo(Entity.getType(), Loc);
 8316           TSInfo = S.Context.getTrivialTypeSourceInfo(Step->Type,
tools/clang/lib/Sema/SemaLambda.cpp
  856   TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc);
  931     MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
 1326       S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc);
 1330   TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc);
 1456   NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc);
 1459       S.Context.getTrivialTypeSourceInfo(ConvTy, Loc),
 1614     TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc);
 1908       Context.getTrivialTypeSourceInfo(Src->getType());
tools/clang/lib/Sema/SemaObjCProperty.cpp
  617     TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
tools/clang/lib/Sema/SemaOpenMP.cpp
 1105   TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc);
 6880                          S.Context.getTrivialTypeSourceInfo(S.Context.VoidTy),
13470                 ELoc, Context.getTrivialTypeSourceInfo(Type, ELoc), ELoc, Init);
tools/clang/lib/Sema/SemaStmt.cpp
 2061   TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc);
 2488             CreateParsedType(VAT->desugar(), Context.getTrivialTypeSourceInfo(
 2499                              Context.getTrivialTypeSourceInfo(
tools/clang/lib/Sema/SemaTemplate.cpp
  874       DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
 1838     TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc);
 1848           SemaRef.Context.getTrivialTypeSourceInfo(T, Loc), SC_None, nullptr);
 6365             Context.getTrivialTypeSourceInfo(ParamType, Param->getLocation()),
 7111                                Context.getTrivialTypeSourceInfo(OrigT, Loc),
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2451         Arg, Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  717       DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
  736     DI = SemaRef.Context.getTrivialTypeSourceInfo(
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
 1036       ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(),
 1239       ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc),
tools/clang/lib/Sema/SemaType.cpp
 1154     BaseTypeInfo = Context.getTrivialTypeSourceInfo(T, Loc);
 5275     return Context.getTrivialTypeSourceInfo(T);
 5881   TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc);
tools/clang/lib/Sema/TreeTransform.h
  600     return SemaRef.Context.getTrivialTypeSourceInfo(T,
 3944                SemaRef.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
 4245   TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(T,
 5040     TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(
10822       = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.GetTypeFromParser(T),
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 2134   TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  455     interface_decl->setSuperClass(context->getTrivialTypeSourceInfo(
tools/lldb/source/Symbol/ClangASTContext.cpp
 4786         clang_ast->getTrivialTypeSourceInfo(qual_type));
 4895         clang_ast->getTrivialTypeSourceInfo(qual_type));
 8324       getASTContext()->getTrivialTypeSourceInfo(GetQualType(type)),
 8362       class_interface_decl->setSuperClass(clang_ast->getTrivialTypeSourceInfo(
 8398             clang_ast->getTrivialTypeSourceInfo(ivar_decl->getType());
 8400         prop_type_source = clang_ast->getTrivialTypeSourceInfo(
tools/lldb/source/Symbol/ClangASTImporter.cpp
 1032       to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo(