Searched refs:GetTypeForDeclarator (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 979 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnStartOfLambdaDefinition()
|
H A D | SemaObjCProperty.cpp | 183 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty()
|
H A D | SemaDecl.cpp | 5670 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildAnonymousStructOrUnion() 5767 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildMicrosoftCAnonymousStruct() 6304 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleDeclarator() 14638 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnParamDeclarator() 17843 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleField() 18209 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnIvar()
|
H A D | SemaDeclCXX.cpp | 829 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnDecompositionDeclarator() 16567 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnExceptionDeclarator() 17097 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl() 17162 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnFriendFunctionDecl() 18498 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleMSProperty()
|
H A D | SemaTemplate.cpp | 1478 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnNonTypeTemplateParameter() 10310 TypeSourceInfo *T = GetTypeForDeclarator(D, S); in ActOnExplicitInstantiation()
|
H A D | SemaType.cpp | 5923 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) { in GetTypeForDeclarator() function in Sema 6598 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnTypeName()
|
H A D | SemaDeclObjC.cpp | 5214 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnObjCExceptionDecl()
|
H A D | SemaExprCXX.cpp | 1902 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr); in ActOnCXXNew()
|
H A D | SemaOpenMP.cpp | 7156 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 22307 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnOpenMPDeclareMapperVarDecl()
|
H A D | SemaExpr.cpp | 16466 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnBlockArguments()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 2116 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);
|