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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp955 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
H A DSemaDecl.cpp5025 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S);
5122 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S);
5620 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
9060 // We let through "const void" here because Sema::GetTypeForDeclarator
13171 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
14501 assert(!T.isNull() && "GetTypeForDeclarator() returned null type");
16038 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
16416 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
H A DSemaDeclCXX.cpp785 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
15568 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
15951 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S);
16016 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
17351 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
H A DSemaType.cpp152 /// GetTypeForDeclarator process.
5427 /// GetTypeForDeclarator - Convert the type for the specified
5432 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) { function in class:__anon3241::Sema
6032 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
H A DSemaObjCProperty.cpp187 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
H A DSemaTemplate.cpp1331 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
9714 TypeSourceInfo *T = GetTypeForDeclarator(D, S);
H A DSemaDeclObjC.cpp5096 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
H A DSemaExprCXX.cpp1706 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr);
H A DSemaExpr.cpp14248 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
14262 // GetTypeForDeclarator always produces a function type for a block
14266 "GetTypeForDeclarator made a non-function block signature");
14275 // GetTypeForDeclarator. If so, don't save that as part of the
H A DSemaOpenMP.cpp16416 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1607 /// some of the behavior of GetTypeForDeclarator, but in a much
1646 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);

Completed in 532 milliseconds