HomeSort by: relevance | last modified time | path
    Searched refs:GetTypeForDeclarator (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 958 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
SemaDecl.cpp 5185 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S);
5283 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S);
5788 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
9368 // We let through "const void" here because Sema::GetTypeForDeclarator
13694 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
15128 assert(!T.isNull() && "GetTypeForDeclarator() returned null type");
16676 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
17042 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
SemaDeclCXX.cpp 810 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
16042 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
16426 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S);
16491 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
17815 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
SemaObjCProperty.cpp 183 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
SemaTemplate.cpp 1472 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
9954 TypeSourceInfo *T = GetTypeForDeclarator(D, S);
SemaType.cpp 155 /// GetTypeForDeclarator process.
5703 /// GetTypeForDeclarator - Convert the type for the specified
5708 TypeSourceInfo *Sema::GetTypeForDeclarator(Declarator &D, Scope *S) {
6350 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
SemaDeclObjC.cpp 5194 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
SemaExprCXX.cpp 1827 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr);
SemaOpenMP.cpp 6641 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
19524 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
SemaExpr.cpp 15309 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
15323 // GetTypeForDeclarator always produces a function type for a block
15327 "GetTypeForDeclarator made a non-function block signature");
15336 // GetTypeForDeclarator. If so, don't save that as part of the
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1936 /// some of the behavior of GetTypeForDeclarator, but in a much
1976 TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);

Completed in 127 milliseconds