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

Declarations

tools/clang/include/clang/Sema/Sema.h
 1587   TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);

References

tools/clang/lib/Sema/SemaCast.cpp
  243   TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, E->getType());
  340   TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, Operand.get()->getType());
tools/clang/lib/Sema/SemaExpr.cpp
 6655   TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType());