Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaLambda.cpp772 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl()
845 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy); in ActOnStartOfLambdaDefinition()
1209 S.Context.getTrivialTypeSourceInfo(PtrToFunctionTy, Loc); in addFunctionPointerConversion()
1213 TypeSourceInfo *ConvTSI = S.Context.getTrivialTypeSourceInfo(ConvTy, Loc); in addFunctionPointerConversion()
1359 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc); in addBlockPointerConversion()
1364 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc), in addBlockPointerConversion()
1426 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), SC_None); in performLambdaVarCaptureInitialization()
1700 Context.getTrivialTypeSourceInfo(Src->getType()); in BuildBlockForLambdaConversion()
DSemaCoroutine.cpp55 S.Context.getTrivialTypeSourceInfo(FnType->getReturnType(), Loc))); in lookupPromiseType()
60 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, Loc))); in lookupPromiseType()
148 S.Context.getTrivialTypeSourceInfo(T, Loc), SC_None); in checkCoroutineContext()
DSemaExprCXX.cpp79 Context.getTrivialTypeSourceInfo(Type, NameLoc)); in getInheritingConstructorName()
212 Context.getTrivialTypeSourceInfo(T, NameLoc)); in getDestructorName()
250 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc)); in getDestructorName()
271 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc)); in getDestructorName()
284 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc)); in getDestructorName()
502 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXTypeid()
617 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); in ActOnCXXUuidof()
1051 Context.getTrivialTypeSourceInfo(CaptureThisFieldTy, Loc), nullptr, false, in captureThis()
1223 TInfo = Context.getTrivialTypeSourceInfo(Ty, SourceLocation()); in ActOnCXXTypeConstructExpr()
4472 TInfo = Context.getTrivialTypeSourceInfo(T, KWLoc); in ActOnTypeTrait()
[all …]
DSemaTemplateVariadic.cpp891 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(), in getTemplateArgumentPackExpansionPattern()
1025 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
DSemaDeclObjC.cpp581 SuperClassTInfo = Context.getTrivialTypeSourceInfo(SuperClassType, in ActOnSuperClassOfClassInterface()
674 Context.getTrivialTypeSourceInfo(typeBound.getUnqualifiedType()); in actOnObjCTypeParam()
684 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType()); in actOnObjCTypeParam()
865 S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType())); in checkTypeParamListConsistency()
893 S.Context.getTrivialTypeSourceInfo(prevTypeParam->getUnderlyingType())); in checkTypeParamListConsistency()
969 Context.getTrivialTypeSourceInfo(typeParam->getUnderlyingType()))); in ActOnStartClassInterface()
1485 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc); in actOnObjCTypeArgsOrProtocolQualifiers()
1946 IDecl->setSuperClass(Context.getTrivialTypeSourceInfo( in ActOnStartClassImplementation()
DSemaExprObjC.cpp1091 TInfo = Context.getTrivialTypeSourceInfo(EncodedType, in ParseObjCEncodeExpression()
2119 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind()
2142 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind()
2211 receiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType); in BuildClassMessageImplicit()
2484 ReceiverTypeInfo = Context.getTrivialTypeSourceInfo(ReceiverType, LBracLoc); in ActOnClassMessage()
4350 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
DSemaDeclCXX.cpp3008 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc); in BuildMemInitializer()
3329 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving()
3413 SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(), in BuildImplicitBaseInitializer()
3508 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc), in BuildImplicitMemberInitializer()
7625 Context.getTrivialTypeSourceInfo(Element, in BuildStdInitializerList()
8769 TInfo = Context.getTrivialTypeSourceInfo(Context.IntTy, in ActOnAliasDeclaration()
9266 Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc); in findInheritingConstructor()
9299 Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc); in findInheritingConstructor()
9379 auto *TInfo = Context.getTrivialTypeSourceInfo(B.getType(), InitLoc); in DefineInheritingConstructor()
10016 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), in buildSingleCopyAssignRecursively()
[all …]
DSemaExpr.cpp1702 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy)); in ActOnStringLiteral()
5509 TInfo = Context.getTrivialTypeSourceInfo(literalType); in ActOnCompoundLiteral()
7619 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion()
11882 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc); in ActOnBuiltinOffsetOf()
11977 Sig = Context.getTrivialTypeSourceInfo(T); in ActOnBlockArguments()
13410 S.Context.getTrivialTypeSourceInfo(CaptureType, Loc), in captureInCapturedRegion()
13442 S.Context.getTrivialTypeSourceInfo(FieldType, Loc), in addAsFieldToClosureType()
DSemaType.cpp1145 BaseTypeInfo = Context.getTrivialTypeSourceInfo(T, Loc); in actOnObjCTypeArgsAndProtocolQualifiers()
4571 return Context.getTrivialTypeSourceInfo(T); in GetFullTypeForDeclarator()
5243 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc); in ActOnObjCInstanceType()
DSemaDecl.cpp4743 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
5263 TypeSourceInfo *FixedTInfo = Context.getTrivialTypeSourceInfo(FixedTy); in TryToFixInvalidVariablyModifiedTypeSourceInfo()
10920 T, Context.getTrivialTypeSourceInfo(T, Loc), in BuildParmVarDeclForTypedef()
11939 TInfo = Context.getTrivialTypeSourceInfo(T); in ParseTypedefDecl()
13359 TInfo = Context.getTrivialTypeSourceInfo(T, Loc); in HandleField()
13844 Context.getTrivialTypeSourceInfo(Context.CharTy, in ActOnLastBitfield()
DSemaTemplateInstantiateDecl.cpp479 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy); in InstantiateTypedefNameDecl()
498 DI = SemaRef.Context.getTrivialTypeSourceInfo( in InstantiateTypedefNameDecl()
DSemaObjCProperty.cpp610 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
DTreeTransform.h570 return SemaRef.Context.getTrivialTypeSourceInfo(T, in InventTypeSourceInfo()
3684 SemaRef.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc)); in InventTemplateArgumentLoc()
3981 TypeSourceInfo *DI = getSema().Context.getTrivialTypeSourceInfo(T, in TransformType()
9635 = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.GetTypeFromParser(T), in TransformCXXPseudoDestructorExpr()
DSemaOpenMP.cpp622 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc); in buildVarDecl()
4914 S.Context.getTrivialTypeSourceInfo(S.Context.VoidTy), in buildPostUpdate()
9390 SourceLocation(), Context.getTrivialTypeSourceInfo(Type, ELoc), in ActOnOpenMPReductionClause()
DSemaInit.cpp5737 TSInfo = S.Context.getTrivialTypeSourceInfo(Entity.getType(), Loc); in PerformConstructorInitialization()
6772 TSInfo = S.Context.getTrivialTypeSourceInfo(Step->Type, in Perform()
DSemaTemplate.cpp508 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation()); in translateTemplateArgument()
5575 Context.getTrivialTypeSourceInfo(OrigT, Loc), in BuildExpressionFromIntegralTemplateArgument()
DSemaTemplateDeduction.cpp2016 S.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc)); in getTrivialTemplateArgumentLoc()
DSemaStmt.cpp1929 TypeSourceInfo *TInfo = SemaRef.Context.getTrivialTypeSourceInfo(Type, Loc); in BuildForRangeVarDecl()
/external/clang/lib/AST/
DTypeLoc.cpp399 Context.getTrivialTypeSourceInfo( in initializeLocal()
412 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo( in initializeLocal()
475 Context.getTrivialTypeSourceInfo(Args[i].getAsType(), in initializeArgLocs()
DDeclTemplate.cpp1163 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
1187 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo( in createMakeIntegerSeqParameterList()
1203 TypeSourceInfo *TInfo = C.getTrivialTypeSourceInfo(C.getSizeType()); in createTypePackElementParameterList()
DNestedNameSpecifier.cpp640 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0), in MakeTrivial()
DASTContext.cpp618 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T); in getCanonicalTemplateTemplateParmDecl()
626 getTrivialTypeSourceInfo(ExpandedTypes.back())); in getCanonicalTemplateTemplateParmDecl()
956 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T); in buildImplicitTypedef()
2125 TypeSourceInfo *ASTContext::getTrivialTypeSourceInfo(QualType T, in getTrivialTypeSourceInfo() function in ASTContext
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp493 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); in NoTypeInfoCStyleCastExpr()
2724 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
2818 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
2979 Context->getTrivialTypeSourceInfo(returnType), in SynthMessageExpr()
3024 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType()); in getProtocolType()
DRewriteModernObjC.cpp587 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); in NoTypeInfoCStyleCastExpr()
3304 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
3398 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
3576 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType()); in getProtocolType()
/external/clang/include/clang/AST/
DASTContext.h2373 getTrivialTypeSourceInfo(QualType T,

12