reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 1586   TypeSourceInfo *GetTypeForDeclarator(Declarator &D, Scope *S);

References

tools/clang/lib/Sema/SemaDecl.cpp
 5001   TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S);
 5095   TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S);
 5593   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
13025   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
15887   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
16265   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
tools/clang/lib/Sema/SemaDeclCXX.cpp
  785   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
14386   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
14761   TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator, S);
14826   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
16157   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4925   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
tools/clang/lib/Sema/SemaExpr.cpp
14117   TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
tools/clang/lib/Sema/SemaExprCXX.cpp
 1705   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/nullptr);
tools/clang/lib/Sema/SemaLambda.cpp
  949     MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
tools/clang/lib/Sema/SemaObjCProperty.cpp
  187   TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
tools/clang/lib/Sema/SemaOpenMP.cpp
15804   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
tools/clang/lib/Sema/SemaTemplate.cpp
 1118   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);
 9385   TypeSourceInfo *T = GetTypeForDeclarator(D, S);
tools/clang/lib/Sema/SemaType.cpp
 5856   TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S);