Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp93 AST.getTrivialTypeSourceInfo(Type, SourceLocation()); in addMemberVariable()
165 AST.getTrivialTypeSourceInfo(ConstructorType, SourceLocation()), in addDefaultHandleConstructor()
188 AST.getTrivialTypeSourceInfo(Handle->getType(), SourceLocation()), in addDefaultHandleConstructor()
241 auto *TSInfo = AST.getTrivialTypeSourceInfo(MethodTy, SourceLocation()); in addArraySubscriptOperator()
254 AST.getTrivialTypeSourceInfo(AST.UnsignedIntTy, SourceLocation()), in addArraySubscriptOperator()
333 Decl->setDefaultArgument(AST.getTrivialTypeSourceInfo(DefaultValue)); in addTypeParameter()
426 TypeParam->setDefaultArgument(AST.getTrivialTypeSourceInfo(AST.FloatTy)); in defineHLSLVectorAlias()
433 false, AST.getTrivialTypeSourceInfo(AST.IntTy)); in defineHLSLVectorAlias()
456 AST.getTrivialTypeSourceInfo(AliasType)); in defineHLSLVectorAlias()
H A DSemaLambda.cpp812 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl()
871 return S.Context.getTrivialTypeSourceInfo(MethodTy, Loc); in getDummyLambdaType()
1645 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc); in addFunctionPointerConversion()
1650 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc); in addFunctionPointerConversion()
1812 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()
1815 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc), in addBlockPointerConversion()
1976 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc); in BuildCaptureField()
2276 Context.getTrivialTypeSourceInfo(Src->getType()); in BuildBlockForLambdaConversion()
H A DSemaCoroutine.cpp69 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, KwLoc))); in lookupPromiseType()
170 S.Context.getTrivialTypeSourceInfo(PromiseType, Loc))); in lookupCoroutineHandleType()
584 Context.getTrivialTypeSourceInfo(T, Loc), SC_None); in buildCoroutinePromise()
1133 return S.Context.getTrivialTypeSourceInfo(StdAlignValDecl); in getTypeSourceInfoForStdAlignValT()
1876 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt()
1935 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving()
1946 TypeSourceInfo *TInfo = S.Context.getTrivialTypeSourceInfo(Type, Loc); in buildVarDecl()
H A DSemaTemplateVariadic.cpp1075 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(), in getTemplateArgumentPackExpansionPattern()
1300 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
H A DSemaExprCXX.cpp89 Context.getTrivialTypeSourceInfo(Type, NameLoc)); in getInheritingConstructorName()
251 Context.getTrivialTypeSourceInfo(T, NameLoc)); in getDestructorName()
692 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXTypeid()
806 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXUuidof()
1473 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation()); in ActOnCXXTypeConstructExpr()
5708 TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc); in ActOnTypeTrait()
5932 TSInfo = Context.getTrivialTypeSourceInfo(T); in ActOnArrayTypeTrait()
7893 Context.getTrivialTypeSourceInfo(ObjectType, DestructedTypeStart); in BuildPseudoDestructorExpr()
7910 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(ObjectType, in BuildPseudoDestructorExpr()
8036 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(DestructedType, in ActOnPseudoDestructorExpr()
[all …]
H A DSemaExprObjC.cpp1167 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()
2774 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc); in ActOnClassMessage()
4761 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
H A DSemaDeclObjC.cpp657 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()
1596 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc); in actOnObjCTypeArgsOrProtocolQualifiers()
2058 IDecl->setSuperClass(Context.getTrivialTypeSourceInfo( in ActOnStartClassImplementation()
H A DSemaDeclCXX.cpp4614 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc); in BuildMemInitializer()
4911 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving()
8609 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), SC_None); in visitSubobjectArray()
12394 TSI = Context.getTrivialTypeSourceInfo(EnumTy, IdentLoc); in ActOnUsingEnumDeclaration()
13522 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnAliasDeclaration()
13953 Context.getTrivialTypeSourceInfo(SpecialMem->getType()); in setupImplicitSpecialMemberType()
14093 Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc); in findInheritingConstructor()
14129 Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc); in findInheritingConstructor()
15675 TSI = Context.getTrivialTypeSourceInfo(ArgType); in DeclareImplicitCopyConstructor()
17030 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnExceptionDeclarator()
[all …]
H A DSemaStmt.cpp2460 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc); in BuildForRangeVarDecl()
2877 CreateParsedType(VAT->desugar(), Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt()
2888 Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt()
H A DSemaTemplateInstantiateDecl.cpp990 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy); in InstantiateTypedefNameDecl()
1010 DI = SemaRef.Context.getTrivialTypeSourceInfo( in InstantiateTypedefNameDecl()
2498 SemaRef.Context.getTrivialTypeSourceInfo(D->getType()); in VisitCXXMethodDecl()
4086 SemaRef.Context.getTrivialTypeSourceInfo(T, Orig->getEndLoc()); in adjustForRewrite()
H A DSemaTemplate.cpp933 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation()); in translateTemplateArgument()
2437 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); in buildSimpleDeductionGuide()
2448 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(T, Loc); in buildSimpleDeductionGuide()
3793 SemaRef.Context.getTrivialTypeSourceInfo( in checkBuiltinTemplateIdType()
7255 Context.getTrivialTypeSourceInfo(ParamType, Param->getLocation()); in CheckTemplateArgument()
8119 S.Context.getTrivialTypeSourceInfo(OrigT, Loc), in BuildExpressionFromIntegralTemplateArgumentValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp497 Context.getTrivialTypeSourceInfo( in initializeLocal()
528 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal()
537 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal()
599 Context.getTrivialTypeSourceInfo(Args[i].getAsType(), in initializeArgLocs()
H A DDeclOpenMP.cpp178 C, DC, Id, T, C.getTrivialTypeSourceInfo(T), StartLoc); in Create()
H A DDeclTemplate.cpp1461 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
1486 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo( in createMakeIntegerSeqParameterList()
1502 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(C.getSizeType()); in createTypePackElementParameterList()
H A DNestedNameSpecifier.cpp654 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0), in MakeTrivial()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp27 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in CStyleCastPtrExpr()
H A DInterpreter.cpp593 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in getCall()
699 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.UnsignedLongLongTy); in HandleIntegralOrEnumType()
707 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.VoidPtrTy); in HandlePtrType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp432 interface_decl->setSuperClass(context.getTrivialTypeSourceInfo( in FinishDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp188 /*Written=*/C.getTrivialTypeSourceInfo(Ty), FPOptionsOverride(), in makeReferenceCast()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3741 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction()
3746 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction()
3839 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction()
3844 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGOpenMPRuntimeGPU.cpp145 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars()
163 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars()
795 C.getTrivialTypeSourceInfo(RecTy, SourceLocation()), in emitKernelDeinit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp493 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 DRewriteModernObjC.cpp588 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp979 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1400 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList()
1422 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList()
4595 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()
7768 getASTContext().getTrivialTypeSourceInfo(GetQualType(type)), in CreateBaseClassSpecifier()
7806 class_interface_decl->setSuperClass(clang_ast.getTrivialTypeSourceInfo( in SetObjCSuperClass()
7844 prop_type_source = clang_ast.getTrivialTypeSourceInfo(ivar_decl->getType()); in AddObjCClassProperty()
7846 prop_type_source = clang_ast.getTrivialTypeSourceInfo( in AddObjCClassProperty()

12