/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 93 AST.getTrivialTypeSourceInfo(Type, SourceLocation()); in addMemberVariable() 170 AST.getTrivialTypeSourceInfo(ConstructorType, SourceLocation()), in addDefaultHandleConstructor() 192 AST.getTrivialTypeSourceInfo(Handle->getType(), SourceLocation()), in addDefaultHandleConstructor() 245 auto *TSInfo = AST.getTrivialTypeSourceInfo(MethodTy, SourceLocation()); in addArraySubscriptOperator() 258 AST.getTrivialTypeSourceInfo(AST.UnsignedIntTy, SourceLocation()), in addArraySubscriptOperator() 445 false, AST.getTrivialTypeSourceInfo(AST.IntTy)); in defineHLSLVectorAlias() 470 AST.getTrivialTypeSourceInfo(AliasType)); in defineHLSLVectorAlias()
|
H A D | SemaTemplateDeductionGuide.cpp | 447 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); in buildSimpleDeductionGuide() 461 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(T, Loc); in buildSimpleDeductionGuide() 938 Context.getTrivialTypeSourceInfo( in buildIsDeducibleConstraint() 943 Context.getTrivialTypeSourceInfo( in buildIsDeducibleConstraint() 1209 SemaRef.Context.getTrivialTypeSourceInfo(DG->getType()); in DeclareImplicitDeductionGuidesForTypeAlias() 1216 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(P->getType()); in DeclareImplicitDeductionGuidesForTypeAlias()
|
H A D | SemaLambda.cpp | 854 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl() 913 return S.Context.getTrivialTypeSourceInfo(MethodTy, Loc); in getDummyLambdaType() 1703 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc); in addFunctionPointerConversion() 1708 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc); in addFunctionPointerConversion() 1870 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion() 1873 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc), in addBlockPointerConversion() 2034 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc); in BuildCaptureField() 2334 Context.getTrivialTypeSourceInfo(Src->getType()); in BuildBlockForLambdaConversion()
|
H A D | SemaCoroutine.cpp | 69 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, KwLoc))); in lookupPromiseType() 170 S.Context.getTrivialTypeSourceInfo(PromiseType, Loc))); in lookupCoroutineHandleType() 496 Context.getTrivialTypeSourceInfo(T, Loc), SC_None); in buildCoroutinePromise() 1043 return S.Context.getTrivialTypeSourceInfo(StdAlignValDecl); in getTypeSourceInfoForStdAlignValT() 1786 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt() 1845 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving() 1856 TypeSourceInfo *TInfo = S.Context.getTrivialTypeSourceInfo(Type, Loc); in buildVarDecl()
|
H A D | SemaSYCL.cpp | 157 TSI = getASTContext().getTrivialTypeSourceInfo(Ty, LParen); in ActOnUniqueStableNameExpr()
|
H A D | SemaAPINotes.cpp | 374 S.Context.getTrivialTypeSourceInfo(Type, D->getLocation()); in ProcessAPINotes() 508 S.Context.getTrivialTypeSourceInfo(ResultType, D->getLocation()); in ProcessAPINotes()
|
H A D | SemaTemplateVariadic.cpp | 1138 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(), in getTemplateArgumentPackExpansionPattern() 1374 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
|
H A D | SemaExprCXX.cpp | 89 Context.getTrivialTypeSourceInfo(Type, NameLoc)); in getInheritingConstructorName() 250 Context.getTrivialTypeSourceInfo(T, NameLoc)); in getDestructorName() 689 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXTypeid() 801 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXUuidof() 1518 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation()); in ActOnCXXTypeConstructExpr() 5962 TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc); in ActOnTypeTrait() 6180 TSInfo = Context.getTrivialTypeSourceInfo(T); in ActOnArrayTypeTrait() 8106 Context.getTrivialTypeSourceInfo(ObjectType, DestructedTypeStart); in BuildPseudoDestructorExpr() 8123 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(ObjectType, in BuildPseudoDestructorExpr() 8249 DestructedTypeInfo = Context.getTrivialTypeSourceInfo(DestructedType, in ActOnPseudoDestructorExpr() [all …]
|
H A D | SemaObjC.cpp | 391 BaseTypeInfo = Context.getTrivialTypeSourceInfo(T, Loc); in actOnObjCTypeArgsAndProtocolQualifiers() 747 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc); in ActOnObjCInstanceType() 1584 QTLoc = Context.getTrivialTypeSourceInfo(QT, AL.getLoc()); in handleIBOutletCollection()
|
H A D | SemaExprObjC.cpp | 1176 TInfo = Context.getTrivialTypeSourceInfo( in ParseObjCEncodeExpression() 2359 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() 2382 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() 2450 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType); in BuildClassMessageImplicit() 2779 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc); in ActOnClassMessage() 4775 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
|
H A D | SemaDeclCXX.cpp | 1316 S.Context.getTrivialTypeSourceInfo(T, Loc), Src->getStorageClass()); in checkTupleLikeDecomposition() 4468 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc); in BuildMemInitializer() 4765 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() 4849 SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(), in BuildImplicitBaseInitializer() 8506 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), SC_None); in visitSubobjectArray() 8607 S.Context.getTrivialTypeSourceInfo(R, Loc), SC_None); in visitExpandedSubobject() 8663 S.Context.getTrivialTypeSourceInfo(R, Loc), E, in buildStaticCastToR() 11988 Context.getTrivialTypeSourceInfo(Element, in BuildStdInitializerList() 12311 TSI = Context.getTrivialTypeSourceInfo(EnumTy, IdentLoc); in ActOnUsingEnumDeclaration() 13387 TInfo = Context.getTrivialTypeSourceInfo(Contex in ActOnAliasDeclaration() [all...] |
H A D | SemaDeclObjC.cpp | 657 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() 1592 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc); in actOnObjCTypeArgsOrProtocolQualifiers() 2059 IDecl->setSuperClass(Context.getTrivialTypeSourceInfo( in ActOnStartClassImplementation()
|
H A D | SemaStmt.cpp | 2320 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc); in BuildForRangeVarDecl() 2726 CreateParsedType(VAT->desugar(), Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt() 2737 Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt()
|
H A D | SemaTemplateInstantiateDecl.cpp | 1015 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy); in InstantiateTypedefNameDecl() 1035 DI = SemaRef.Context.getTrivialTypeSourceInfo( in InstantiateTypedefNameDecl() 2541 SemaRef.Context.getTrivialTypeSourceInfo(D->getType()); in VisitCXXMethodDecl() 4123 SemaRef.Context.getTrivialTypeSourceInfo(T, Orig->getEndLoc()); in adjustForRewrite()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypeLoc.cpp | 500 Context.getTrivialTypeSourceInfo( in initializeLocal() 535 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal() 544 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal() 606 Context.getTrivialTypeSourceInfo(Args[i].getAsType(), in initializeArgLocs()
|
H A D | DeclOpenMP.cpp | 180 C, DC, Id, T, C.getTrivialTypeSourceInfo(T), StartLoc); in Create()
|
H A D | DeclTemplate.cpp | 1542 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1567 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo( in createMakeIntegerSeqParameterList() 1583 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(C.getSizeType()); in createTypePackElementParameterList()
|
H A D | NestedNameSpecifier.cpp | 654 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0), in MakeTrivial()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | InterpreterUtils.cpp | 27 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in CStyleCastPtrExpr()
|
H A D | Interpreter.cpp | 694 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(UIntTy); in HandleIntegralOrEnumType() 702 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.VoidPtrTy); in HandlePtrType() 768 B->Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in transformForValuePrinting()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 432 interface_decl->setSuperClass(context.getTrivialTypeSourceInfo( in FinishDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 145 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars() 163 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars() 775 C.getTrivialTypeSourceInfo(RecTy, SourceLocation()), in emitKernelDeinit()
|
H A D | CGObjC.cpp | 3739 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction() 3744 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicSetterCopyHelperFunction() 3837 C.getTrivialTypeSourceInfo(DestTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction() 3842 C.getTrivialTypeSourceInfo(SrcTy, SourceLocation()), SC_None, in GenerateObjCAtomicGetterCopyHelperFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 1222 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1348 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList() 1370 ast.getTrivialTypeSourceInfo(template_param_type))); in CreateTemplateParameterList() 4652 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef() 7928 getASTContext().getTrivialTypeSourceInfo(GetQualType(type)), in CreateBaseClassSpecifier() 7966 class_interface_decl->setSuperClass(clang_ast.getTrivialTypeSourceInfo( in SetObjCSuperClass() 8004 prop_type_source = clang_ast.getTrivialTypeSourceInfo(ivar_decl->getType()); in AddObjCClassProperty() 8006 prop_type_source = clang_ast.getTrivialTypeSourceInfo( in AddObjCClassProperty()
|