Home
last modified time | relevance | path

Searched refs:CreateTypeSourceInfo (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/lib/Sema/
H A DTypeLocBuilder.h110 TypeSourceInfo *DI = Context.CreateTypeSourceInfo(T, FullDataSize); in getTypeSourceInfo()
H A DSemaType.cpp1102 TypeSourceInfo *ResultTInfo = Context.CreateTypeSourceInfo(Result); in actOnObjCProtocolQualifierType()
1175 TypeSourceInfo *ResultTInfo = Context.CreateTypeSourceInfo(Result); in actOnObjCTypeArgsAndProtocolQualifiers()
5028 TypeSourceInfo *ClsTInfo = Context.CreateTypeSourceInfo(ClsQT, 0); in VisitMemberPointerTypeLoc()
5148 TypeSourceInfo *TInfo = Context.CreateTypeSourceInfo(T); in GetTypeSourceInfoForDeclarator()
H A DSemaDeclCXX.cpp2998 TInfo = Context.CreateTypeSourceInfo(BaseType); in BuildMemInitializer()
12564 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTemplatedFriendTag()
12596 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTemplatedFriendTag()
H A DSemaTemplate.cpp8161 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTypenameType()
H A DSemaExpr.cpp12001 Sig = Context.CreateTypeSourceInfo(Result.getType(), Size); in ActOnBlockArguments()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h2367 TypeSourceInfo *CreateTypeSourceInfo(QualType T, unsigned Size = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h3092 TypeSourceInfo *CreateTypeSourceInfo(QualType T, unsigned Size = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h3066 TypeSourceInfo *CreateTypeSourceInfo(QualType T, unsigned Size = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h3066 TypeSourceInfo *CreateTypeSourceInfo(QualType T, unsigned Size = 0) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h3048 TypeSourceInfo *CreateTypeSourceInfo(QualType T, unsigned Size = 0) const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp2111 TypeSourceInfo *ASTContext::CreateTypeSourceInfo(QualType T, in CreateTypeSourceInfo() function in ASTContext
2127 TypeSourceInfo *DI = CreateTypeSourceInfo(T); in getTrivialTypeSourceInfo()
3378 TypeSourceInfo *DI = CreateTypeSourceInfo(TST); in getTemplateSpecializationTypeInfo()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp5960 TypeSourceInfo *TInfo = getContext().CreateTypeSourceInfo(InfoTy); in GetTypeSourceInfo()