| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 459 Context.getTrivialTypeSourceInfo( in initializeLocal() 472 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo( in initializeLocal() 482 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal() 544 Context.getTrivialTypeSourceInfo(Args[i].getAsType(), in initializeArgLocs()
|
| H A D | DeclOpenMP.cpp | 136 C, DC, Id, T, C.getTrivialTypeSourceInfo(T), StartLoc); in Create()
|
| H A D | DeclTemplate.cpp | 1165 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1189 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo( in createMakeIntegerSeqParameterList() 1205 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(C.getSizeType()); in createTypePackElementParameterList()
|
| H A D | NestedNameSpecifier.cpp | 663 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0), in MakeTrivial()
|
| H A D | ASTContext.cpp | 666 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T); in getCanonicalTemplateTemplateParmDecl() 674 getTrivialTypeSourceInfo(ExpandedTypes.back())); in getCanonicalTemplateTemplateParmDecl() 1120 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T); in buildImplicitTypedef() 2600 TypeSourceInfo *ASTContext::getTrivialTypeSourceInfo(QualType T, in getTrivialTypeSourceInfo() function in ASTContext
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 799 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl() 872 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy); in ActOnStartOfLambdaDefinition() 1259 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc); in addFunctionPointerConversion() 1263 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc); in addFunctionPointerConversion() 1390 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc); in addBlockPointerConversion() 1393 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc), in addBlockPointerConversion() 1758 Context.getTrivialTypeSourceInfo(Src->getType()); in BuildBlockForLambdaConversion()
|
| H A D | SemaCoroutine.cpp | 73 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, KwLoc))); in lookupPromiseType() 173 S.Context.getTrivialTypeSourceInfo(PromiseType, Loc))); in lookupCoroutineHandleType() 521 Context.getTrivialTypeSourceInfo(T, Loc), SC_None); in buildCoroutinePromise() 1423 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt() 1477 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving() 1488 TypeSourceInfo *TInfo = S.Context.getTrivialTypeSourceInfo(Type, Loc); in buildVarDecl()
|
| H A D | SemaExprCXX.cpp | 80 Context.getTrivialTypeSourceInfo(Type, NameLoc)); in getInheritingConstructorName() 266 Context.getTrivialTypeSourceInfo(T, NameLoc)); in getDestructorName() 304 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc)); in getDestructorName() 325 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc)); in getDestructorName() 338 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc)); in getDestructorName() 573 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXTypeid() 688 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXUuidof() 1323 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation()); in ActOnCXXTypeConstructExpr() 5056 TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc); in ActOnTypeTrait() 5267 TSInfo = Context.getTrivialTypeSourceInfo(T); in ActOnArrayTypeTrait() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 1014 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(), in getTemplateArgumentPackExpansionPattern() 1214 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
|
| H A D | SemaDeclObjC.cpp | 653 SuperClassTInfo = Context.getTrivialTypeSourceInfo(SuperClassType, in ActOnSuperClassOfClassInterface() 747 Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType()); in actOnObjCTypeParam() 757 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam() 938 S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType())); in checkTypeParamListConsistency() 966 S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType())); in checkTypeParamListConsistency() 1041 Context.getTrivialTypeSourceInfo(typeParam->getUnderlyingType()))); in ActOnStartClassInterface() 1568 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc); in actOnObjCTypeArgsOrProtocolQualifiers() 2026 IDecl->setSuperClass(Context.getTrivialTypeSourceInfo( in ActOnStartClassImplementation()
|
| H A D | SemaExprObjC.cpp | 1096 TInfo = Context.getTrivialTypeSourceInfo(EncodedType, in ParseObjCEncodeExpression() 2167 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() 2190 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() 2259 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType); in BuildClassMessageImplicit() 2582 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc); in ActOnClassMessage() 4536 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
|
| H A D | SemaDeclCXX.cpp | 1194 S.Context.getTrivialTypeSourceInfo(T, Loc), Src->getStorageClass()); in checkTupleLikeDecomposition() 3985 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc); in BuildMemInitializer() 4259 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() 4343 SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(), in BuildImplicitBaseInitializer() 10508 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnAliasDeclaration() 11064 Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc); in findInheritingConstructor() 11097 Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc); in findInheritingConstructor() 11185 auto *TInfo = Context.getTrivialTypeSourceInfo(B.getType(), InitLoc); in DefineInheritingConstructor() 11722 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), in buildSingleCopyAssignRecursively() 13841 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnExceptionDeclarator() [all …]
|
| H A D | SemaStmt.cpp | 2045 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc); in BuildForRangeVarDecl() 2470 CreateParsedType(VAT->desugar(), Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt() 2481 Context.getTrivialTypeSourceInfo( in BuildCXXForRangeStmt()
|
| H A D | SemaTemplate.cpp | 802 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation()); in translateTemplateArgument() 1782 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); in buildSimpleDeductionGuide() 1792 SemaRef.Context.getTrivialTypeSourceInfo(T, Loc), SC_None, nullptr); in buildSimpleDeductionGuide() 6192 Context.getTrivialTypeSourceInfo(ParamType, Param->getLocation()), in CheckTemplateArgument() 6915 Context.getTrivialTypeSourceInfo(OrigT, Loc), in BuildExpressionFromIntegralTemplateArgument()
|
| H A D | TreeTransform.h | 587 return SemaRef.Context.getTrivialTypeSourceInfo(T, in InventTypeSourceInfo() 3840 SemaRef.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc)); in InventTemplateArgumentLoc() 4143 TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(T, in TransformType() 4196 TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(T, in TransformTypeWithDeducedTST() 4915 TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo( in TransformDependentAddressSpaceType() 10440 = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.GetTypeFromParser(T), in TransformCXXPseudoDestructorExpr()
|
| H A D | SemaExpr.cpp | 1664 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy)); in ActOnStringLiteral() 5834 TInfo = Context.getTrivialTypeSourceInfo(literalType); in ActOnCompoundLiteral() 8153 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion() 13472 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc); in ActOnBuiltinOffsetOf() 13568 Sig = Context.getTrivialTypeSourceInfo(T); in ActOnBlockArguments() 15121 S.Context.getTrivialTypeSourceInfo(CaptureType, Loc), in captureInCapturedRegion() 15155 S.Context.getTrivialTypeSourceInfo(FieldType, Loc), in addAsFieldToClosureType()
|
| H A D | SemaType.cpp | 1124 BaseTypeInfo = Context.getTrivialTypeSourceInfo(T, Loc); in actOnObjCTypeArgsAndProtocolQualifiers() 5160 return Context.getTrivialTypeSourceInfo(T); in GetFullTypeForDeclarator() 5752 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc); in ActOnObjCInstanceType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 450 interface_decl->setSuperClass(context->getTrivialTypeSourceInfo( in FinishDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 494 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); in NoTypeInfoCStyleCastExpr() 2723 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2818 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 2979 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() 3298 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3393 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr() 3571 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType()); in getProtocolType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTImporter.cpp | 933 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
|
| H A D | ClangASTContext.cpp | 4860 clang_ast->getTrivialTypeSourceInfo(qual_type)); in CreateTypedefType() 4968 clang_ast->getTrivialTypeSourceInfo(qual_type)); in CreateTypedef() 8351 getASTContext()->getTrivialTypeSourceInfo(GetQualType(type)), in CreateBaseClassSpecifier() 8389 class_interface_decl->setSuperClass(clang_ast->getTrivialTypeSourceInfo( in SetObjCSuperClass() 8425 clang_ast->getTrivialTypeSourceInfo(ivar_decl->getType()); in AddObjCClassProperty() 8427 prop_type_source = clang_ast->getTrivialTypeSourceInfo( in AddObjCClassProperty()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 262 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars() 277 C.getTrivialTypeSourceInfo(Type, SourceLocation()), in buildRecordForGlobalizedVars() 4529 C.getTrivialTypeSourceInfo(SubTy, SourceLocation()), in clear() 4554 C.getTrivialTypeSourceInfo(SubTy, SourceLocation()), in clear()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 2178 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo( in AddThisType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2705 getTrivialTypeSourceInfo(QualType T,
|