Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp86 false, AST.getTrivialTypeSourceInfo(AST.IntTy)); in defineHLSLVectorAlias()
111 AST.getTrivialTypeSourceInfo(AliasType)); in defineHLSLVectorAlias()
155 Context.getTrivialTypeSourceInfo(TType, NameLoc); in constructTypedBufferConstraintExpr()
181 Context.getTrivialTypeSourceInfo(TType, NameLoc); in constructStructuredBufferConstraintExpr()
H A DSemaTemplateDeductionGuide.cpp512 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); in buildSimpleDeductionGuide()
526 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(T, Loc); in buildSimpleDeductionGuide()
955 Context.getTrivialTypeSourceInfo( in buildIsDeducibleConstraint()
961 Context.getTrivialTypeSourceInfo( in buildIsDeducibleConstraint()
1264 SemaRef.Context.getTrivialTypeSourceInfo(DG->getType()); in DeclareImplicitDeductionGuidesForTypeAlias()
1271 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(P->getType()); in DeclareImplicitDeductionGuidesForTypeAlias()
H A DHLSLBuiltinTypeDeclBuilder.cpp388 auto *TSInfo = AST.getTrivialTypeSourceInfo(FuncTy, SourceLocation()); in createDecl()
411 AST.getTrivialTypeSourceInfo(MP.Ty, SourceLocation()), SC_None, in createDecl()
596 AST.getTrivialTypeSourceInfo(Type, SourceLocation()); in addMemberVariable()
618 Ctx.getTrivialTypeSourceInfo(getHandleElementType(), SourceLocation()); in addHandleMember()
H A DSemaCoroutine.cpp67 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, KwLoc))); in lookupPromiseType()
167 S.Context.getTrivialTypeSourceInfo(PromiseType, Loc))); in lookupCoroutineHandleType()
484 Context.getTrivialTypeSourceInfo(T, Loc), SC_None); in buildCoroutinePromise()
1088 return S.Context.getTrivialTypeSourceInfo(StdAlignValDecl); in getTypeSourceInfoForStdAlignValT()
1871 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt()
1930 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving()
1941 TypeSourceInfo *TInfo = S.Context.getTrivialTypeSourceInfo(Type, Loc); in buildVarDecl()
H A DSemaLambda.cpp875 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl()
934 return S.Context.getTrivialTypeSourceInfo(MethodTy, Loc); in getDummyLambdaType()
1727 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc); in addFunctionPointerConversion()
1732 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc); in addFunctionPointerConversion()
1894 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()
1897 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc), in addBlockPointerConversion()
2069 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc); in BuildCaptureField()
2393 Context.getTrivialTypeSourceInfo(Src->getType()); in BuildBlockForLambdaConversion()
H A DSemaSYCL.cpp161 TSI = getASTContext().getTrivialTypeSourceInfo(Ty, LParen); in ActOnUniqueStableNameExpr()
H A DSemaAPINotes.cpp365 auto TypeInfo = Context.getTrivialTypeSourceInfo(Type, D->getLocation()); in ApplyAPINotesType()
583 S.Context.getTrivialTypeSourceInfo(ResultType, D->getLocation()); in ProcessAPINotes()
H A DSemaTemplateVariadic.cpp1260 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(), in getTemplateArgumentPackExpansionPattern()
1490 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
H A DSemaObjC.cpp387 BaseTypeInfo = Context.getTrivialTypeSourceInfo(T, Loc); in actOnObjCTypeArgsAndProtocolQualifiers()
743 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc); in ActOnObjCInstanceType()
1580 QTLoc = Context.getTrivialTypeSourceInfo(QT, AL.getLoc()); in handleIBOutletCollection()
H A DSemaExprCXX.cpp68 Context.getTrivialTypeSourceInfo(Type, NameLoc)); in getInheritingConstructorName()
229 Context.getTrivialTypeSourceInfo(T, NameLoc)); in getDestructorName()
676 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXTypeid()
788 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXUuidof()
1500 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation()); in ActOnCXXTypeConstructExpr()
7127 Context.getTrivialTypeSourceInfo(ObjectType, DestructedTypeStart); in BuildPseudoDestructorExpr()
7144 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(ObjectType, in BuildPseudoDestructorExpr()
7270 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(DestructedType, in ActOnPseudoDestructorExpr()
7321 ScopeTypeInfo = Context.getTrivialTypeSourceInfo(ScopeType, in ActOnPseudoDestructorExpr()
H A DSemaExprObjC.cpp1171 TInfo = Context.getTrivialTypeSourceInfo( in ParseObjCEncodeExpression()
2348 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind()
2371 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind()
2439 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType); in BuildClassMessageImplicit()
2768 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc); in ActOnClassMessage()
4769 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
H A DSemaDeclObjC.cpp656 SuperClassTInfo = Context.getTrivialTypeSourceInfo(SuperClassType, in ActOnSuperClassOfClassInterface()
749 Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType()); in actOnObjCTypeParam()
759 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
1038 Context.getTrivialTypeSourceInfo( in ActOnStartClassInterface()
1595 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc); in actOnObjCTypeArgsOrProtocolQualifiers()
2062 IDecl->setSuperClass(Context.getTrivialTypeSourceInfo( in ActOnStartClassImplementation()
H A DSemaDeclCXX.cpp1369 S.Context.getTrivialTypeSourceInfo(T, Loc), Src->getStorageClass()); in checkTupleLikeDecomposition()
4560 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc); in BuildMemInitializer()
4857 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving()
4941 SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(), in BuildImplicitBaseInitializer()
8685 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), SC_None); in visitSubobjectArray()
8786 S.Context.getTrivialTypeSourceInfo(R, Loc), SC_None); in visitExpandedSubobject()
8842 S.Context.getTrivialTypeSourceInfo(R, Loc), E, in buildStaticCastToR()
12288 auto TSI = S.Context.getTrivialTypeSourceInfo(TypeParam, Loc); in BuildStdClassTemplate()
12638 TSI = Context.getTrivialTypeSourceInfo(EnumTy, IdentLoc); in ActOnUsingEnumDeclaration()
13676 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnAliasDeclaration()
[all …]
H A DSemaTypeTraits.cpp1576 TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc); in ActOnTypeTrait()
1844 TSInfo = Context.getTrivialTypeSourceInfo(T); in ActOnArrayTypeTrait()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp127 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(UIntTy); in HandleIntegralOrEnumType()
136 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.VoidPtrTy); in HandlePtrType()
244 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in ExtractValueFromExpr()
H A DInterpreterUtils.cpp27 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in CStyleCastPtrExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp503 Context.getTrivialTypeSourceInfo( in initializeLocal()
538 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal()
547 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal()
620 Context.getTrivialTypeSourceInfo(Args[i].getAsType(), in initializeArgLocs()
H A DDeclOpenMP.cpp180 C, DC, Id, T, C.getTrivialTypeSourceInfo(T), StartLoc); in Create()
H A DNestedNameSpecifier.cpp636 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0), in MakeTrivial()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp433 interface_decl->setSuperClass(context.getTrivialTypeSourceInfo( in FinishDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp146 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars()
164 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars()
775 C.getTrivialTypeSourceInfo(RecTy, SourceLocation()), in emitKernelDeinit()
H A DCGObjC.cpp3785 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction()
3790 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction()
3883 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction()
3888 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp188 /*Written=*/C.getTrivialTypeSourceInfo(Ty), FPOptionsOverride(), in makeReferenceCast()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp491 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); in NoTypeInfoCStyleCastExpr()
2728 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
2820 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
2980 Context->getTrivialTypeSourceInfo(returnType), in SynthMessageExpr()
3022 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType()); in getProtocolType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1247 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()

12