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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 272 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, E->getType());
378 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, Operand.get()->getType());
SemaType.cpp 5821 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) {
SemaExpr.cpp 7543 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1977 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);

Completed in 74 milliseconds