Searched refs:GetTypeForDeclarator (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 861 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnStartOfLambdaDefinition()
|
H A D | SemaDecl.cpp | 4423 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildAnonymousStructOrUnion() 4520 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildMicrosoftCAnonymousStruct() 4993 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleDeclarator() 10824 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnParamDeclarator() 13350 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleField() 13716 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnIvar()
|
H A D | SemaObjCProperty.cpp | 188 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty()
|
H A D | SemaDeclCXX.cpp | 12313 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnExceptionDeclarator() 12639 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl() 12704 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnFriendFunctionDecl() 13962 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleMSProperty()
|
H A D | SemaType.cpp | 4581 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) { in GetTypeForDeclarator() function in Sema 5218 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnTypeName()
|
H A D | SemaTemplate.cpp | 681 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnNonTypeTemplateParameter() 7748 TypeSourceInfo *T = GetTypeForDeclarator(D, S); in ActOnExplicitInstantiation()
|
H A D | SemaDeclObjC.cpp | 4631 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnObjCExceptionDecl()
|
H A D | SemaExprCXX.cpp | 1457 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr); in ActOnCXXNew()
|
H A D | SemaExpr.cpp | 11966 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnBlockArguments()
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | Sema.h | 1295 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Sema.h | 11569 TypeSourceInfo *GetTypeForDeclarator(Declarator &D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Sema.h | 2156 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Sema.h | 11800 TypeSourceInfo *GetTypeForDeclarator(Declarator &D);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Sema.h | 11800 TypeSourceInfo *GetTypeForDeclarator(Declarator &D);
|