Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp958 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5185 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildAnonymousStructOrUnion()
5283 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildMicrosoftCAnonymousStruct()
5788 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleDeclarator()
13694 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnParamDeclarator()
16676 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleField()
17042 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnIvar()
H A DSemaObjCProperty.cpp183 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty()
H A DSemaDeclCXX.cpp810 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnDecompositionDeclarator()
16042 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnExceptionDeclarator()
16426 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S); in ActOnFriendTypeDecl()
16491 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnFriendFunctionDecl()
17815 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in HandleMSProperty()
H A DSemaType.cpp5708 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) { in GetTypeForDeclarator() function in Sema
6350 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.cpp1827 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr); in ActOnCXXNew()
H A DSemaOpenMP.cpp6641 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
19524 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); in ActOnOpenMPDeclareMapperVarDecl()
H A DSemaExpr.cpp15309 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope); in ActOnBlockArguments()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1976 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);