Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp890 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp4801 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildAnonymousStructOrUnion()
4893 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildMicrosoftCAnonymousStruct()
5391 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleDeclarator()
12383 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnParamDeclarator()
15208 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleField()
15586 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnIvar()
H A DSemaObjCProperty.cpp188 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty()
H A DSemaDeclCXX.cpp757 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnDecompositionDeclarator()
13835 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnExceptionDeclarator()
14203 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()
14268 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnFriendFunctionDecl()
15560 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleMSProperty()
H A DSemaType.cpp5170 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) { in GetTypeForDeclarator() function in Sema
5727 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnTypeName()
H A DSemaTemplate.cpp1041 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnNonTypeTemplateParameter()
9067 TypeSourceInfo *T = GetTypeForDeclarator(D, S); in ActOnExplicitInstantiation()
H A DSemaDeclObjC.cpp4910 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnObjCExceptionDecl()
H A DSemaExprCXX.cpp1721 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr); in ActOnCXXNew()
H A DSemaExpr.cpp13557 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnBlockArguments()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1463 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);