Home
last modified time | relevance | path

Searched refs:GetTypeForDeclarator (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp962 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5248 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildAnonymousStructOrUnion()
5346 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildMicrosoftCAnonymousStruct()
5851 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleDeclarator()
13750 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnParamDeclarator()
16731 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleField()
17099 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnIvar()
H A DSemaObjCProperty.cpp183 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty()
H A DSemaDeclCXX.cpp808 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnDecompositionDeclarator()
16247 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnExceptionDeclarator()
16631 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()
16696 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnFriendFunctionDecl()
18020 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleMSProperty()
H A DSemaType.cpp5741 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) { in GetTypeForDeclarator() function in Sema
6383 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnTypeName()
H A DSemaTemplate.cpp1472 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnNonTypeTemplateParameter()
9954 TypeSourceInfo *T = GetTypeForDeclarator(D, S); in ActOnExplicitInstantiation()
H A DSemaDeclObjC.cpp5194 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnObjCExceptionDecl()
H A DSemaExprCXX.cpp1844 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr); in ActOnCXXNew()
H A DSemaOpenMP.cpp6656 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
19907 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnOpenMPDeclareMapperVarDecl()
H A DSemaExpr.cpp15430 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnBlockArguments()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2012 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);