| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 55 TypeParam->setDefaultArgument(AST.getTrivialTypeSourceInfo(AST.FloatTy)); in defineHLSLVectorAlias() 62 false, AST.getTrivialTypeSourceInfo(AST.IntTy)); in defineHLSLVectorAlias() 85 AST.getTrivialTypeSourceInfo(AliasType)); in defineHLSLVectorAlias()
|
| H A D | SemaLambda.cpp | 863 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl() 943 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy); in ActOnStartOfLambdaDefinition() 1400 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc); in addFunctionPointerConversion() 1405 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc); in addFunctionPointerConversion() 1556 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion() 1559 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc), in addBlockPointerConversion() 1715 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc); in BuildCaptureField() 2015 Context.getTrivialTypeSourceInfo(Src->getType()); in BuildBlockForLambdaConversion()
|
| H A D | SemaCoroutine.cpp | 69 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, KwLoc))); in lookupPromiseType() 169 S.Context.getTrivialTypeSourceInfo(PromiseType, Loc))); in lookupCoroutineHandleType() 499 Context.getTrivialTypeSourceInfo(T, Loc), SC_None); in buildCoroutinePromise() 1644 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving() 1655 TypeSourceInfo *TInfo = S.Context.getTrivialTypeSourceInfo(Type, Loc); in buildVarDecl()
|
| H A D | SemaTemplateVariadic.cpp | 1064 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(), in getTemplateArgumentPackExpansionPattern() 1286 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
|
| H A D | SemaExprCXX.cpp | 83 Context.getTrivialTypeSourceInfo(Type, NameLoc)); in getInheritingConstructorName() 245 Context.getTrivialTypeSourceInfo(T, NameLoc)); in getDestructorName() 683 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXTypeid() 797 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXUuidof() 1428 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation()); in ActOnCXXTypeConstructExpr() 5469 TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc); in ActOnTypeTrait() 5693 TSInfo = Context.getTrivialTypeSourceInfo(T); in ActOnArrayTypeTrait() 7749 Context.getTrivialTypeSourceInfo(ObjectType, DestructedTypeStart); in BuildPseudoDestructorExpr() 7766 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(ObjectType, in BuildPseudoDestructorExpr() 7892 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(DestructedType, in ActOnPseudoDestructorExpr() [all …]
|
| H A D | SemaExprObjC.cpp | 1169 TInfo = Context.getTrivialTypeSourceInfo(EncodedType, in ParseObjCEncodeExpression() 2349 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() 2372 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() 2441 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType); in BuildClassMessageImplicit() 2773 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc); in ActOnClassMessage() 4763 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
|
| H A D | SemaDeclObjC.cpp | 657 SuperClassTInfo = Context.getTrivialTypeSourceInfo(SuperClassType, in ActOnSuperClassOfClassInterface() 751 Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType()); in actOnObjCTypeParam() 761 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam() 1043 Context.getTrivialTypeSourceInfo(typeParam->getUnderlyingType()))); in ActOnStartClassInterface() 1582 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc); in actOnObjCTypeArgsOrProtocolQualifiers() 2044 IDecl->setSuperClass(Context.getTrivialTypeSourceInfo( in ActOnStartClassImplementation()
|
| H A D | SemaDeclCXX.cpp | 1263 S.Context.getTrivialTypeSourceInfo(T, Loc), Src->getStorageClass()); in checkTupleLikeDecomposition() 4380 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc); in BuildMemInitializer() 4678 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() 8298 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), SC_None); in visitSubobjectArray() 12974 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnAliasDeclaration() 13405 Context.getTrivialTypeSourceInfo(SpecialMem->getType()); in setupImplicitSpecialMemberType() 13545 Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc); in findInheritingConstructor() 13581 Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc); in findInheritingConstructor() 15090 TSI = Context.getTrivialTypeSourceInfo(ArgType); in DeclareImplicitCopyConstructor() 16504 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnExceptionDeclarator() [all …]
|
| H A D | SemaStmt.cpp | 2441 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc); in BuildForRangeVarDecl() 2858 CreateParsedType(VAT->desugar(), Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt() 2869 Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt() 3831 Context.getTrivialTypeSourceInfo(Context.VoidTy, ReturnLoc), ReturnLoc); in DeduceFunctionTypeFromReturnExpr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 942 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy); in InstantiateTypedefNameDecl() 962 DI = SemaRef.Context.getTrivialTypeSourceInfo( in InstantiateTypedefNameDecl() 2393 SemaRef.Context.getTrivialTypeSourceInfo(D->getType()); in VisitCXXMethodDecl() 3949 SemaRef.Context.getTrivialTypeSourceInfo(T, Orig->getEndLoc()); in adjustForRewrite()
|
| H A D | SemaTemplate.cpp | 931 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation()); in translateTemplateArgument() 2253 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); in buildSimpleDeductionGuide() 2263 SemaRef.Context.getTrivialTypeSourceInfo(T, Loc), SC_None, nullptr); in buildSimpleDeductionGuide() 6885 Context.getTrivialTypeSourceInfo(ParamType, Param->getLocation()); in CheckTemplateArgument() 7701 Context.getTrivialTypeSourceInfo(OrigT, Loc), in BuildExpressionFromIntegralTemplateArgument()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 488 Context.getTrivialTypeSourceInfo( in initializeLocal() 518 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo( in initializeLocal() 528 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal() 590 Context.getTrivialTypeSourceInfo(Args[i].getAsType(), in initializeArgLocs()
|
| H A D | DeclOpenMP.cpp | 178 C, DC, Id, T, C.getTrivialTypeSourceInfo(T), StartLoc); in Create()
|
| H A D | DeclTemplate.cpp | 1404 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1429 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo( in createMakeIntegerSeqParameterList() 1445 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(C.getSizeType()); in createTypePackElementParameterList()
|
| H A D | NestedNameSpecifier.cpp | 654 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0), in MakeTrivial()
|
| H A D | ASTContext.cpp | 817 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T); in getCanonicalTemplateTemplateParmDecl() 825 getTrivialTypeSourceInfo(ExpandedTypes.back())); in getCanonicalTemplateTemplateParmDecl() 1253 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T); in buildImplicitTypedef() 2986 TypeSourceInfo *ASTContext::getTrivialTypeSourceInfo(QualType T, in getTrivialTypeSourceInfo() function in ASTContext 5434 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 432 interface_decl->setSuperClass(context.getTrivialTypeSourceInfo( in FinishDecl()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 187 /*Written=*/C.getTrivialTypeSourceInfo(Ty), FPOptionsOverride(), in makeReferenceCast()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3703 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction() 3708 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction() 3793 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction() 3798 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 182 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars() 198 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars() 3977 C.getTrivialTypeSourceInfo(RecTy, SourceLocation()), in clear()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 493 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); in NoTypeInfoCStyleCastExpr() 2730 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2822 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2982 Context->getTrivialTypeSourceInfo(returnType), in SynthMessageExpr() 3024 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType()); in getProtocolType()
|
| H A D | RewriteModernObjC.cpp | 588 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); in NoTypeInfoCStyleCastExpr() 3301 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3393 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3570 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType()); in getProtocolType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 981 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
|
| H A D | ClangExpressionDeclMap.cpp | 2025 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo( in AddContextClassType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1395 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList() 1417 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList() 4621 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef() 7818 getASTContext().getTrivialTypeSourceInfo(GetQualType(type)), in CreateBaseClassSpecifier() 7856 class_interface_decl->setSuperClass(clang_ast.getTrivialTypeSourceInfo( in SetObjCSuperClass() 7893 prop_type_source = clang_ast.getTrivialTypeSourceInfo(ivar_decl->getType()); in AddObjCClassProperty() 7895 prop_type_source = clang_ast.getTrivialTypeSourceInfo( in AddObjCClassProperty()
|