Searched refs:GetTypeForDeclarator (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 961 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDecl.cpp | 5594 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildAnonymousStructOrUnion() 5691 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildMicrosoftCAnonymousStruct() 6225 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleDeclarator() 14248 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnParamDeclarator() 17380 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleField() 17746 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnIvar()
|
| H A D | SemaObjCProperty.cpp | 183 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty()
|
| H A D | SemaDeclCXX.cpp | 809 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnDecompositionDeclarator() 16498 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnExceptionDeclarator() 16888 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl() 16953 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnFriendFunctionDecl() 18287 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleMSProperty()
|
| H A D | SemaType.cpp | 5844 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) { in GetTypeForDeclarator() function in Sema 6505 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnTypeName()
|
| H A D | SemaTemplate.cpp | 1477 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnNonTypeTemplateParameter() 10056 TypeSourceInfo *T = GetTypeForDeclarator(D, S); in ActOnExplicitInstantiation()
|
| H A D | SemaDeclObjC.cpp | 5202 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnObjCExceptionDecl()
|
| H A D | SemaExprCXX.cpp | 1887 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr); in ActOnCXXNew()
|
| H A D | SemaOpenMP.cpp | 7077 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 22016 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnOpenMPDeclareMapperVarDecl()
|
| H A D | SemaExpr.cpp | 16198 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnBlockArguments()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2084 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);
|