Searched defs:WrittenTy (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp530 TypeSourceInfo *WrittenTy,
538 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
555 TypeSourceInfo *WrittenTy,
563 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
613 TypeSourceInfo *WrittenTy, SourceLocation L,
620 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
635 TypeSourceInfo *WrittenTy,
639 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
526 Create(ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
551 Create(ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
610 Create(ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
633 Create(ASTContext &C, QualType T, ExprValueKind VK, Expr *Op, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
H A DExpr.cpp1664 TypeSourceInfo *WrittenTy,
1670 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, R);
1661 Create(ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation R) argument
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2486 TypeSourceInfo *WrittenTy local
2510 << WrittenTy->getType();
2537 InstPartialSpec->setTypeAsWritten(WrittenTy);
2606 TypeSourceInfo *WrittenTy = SemaRef.Context.getTemplateSpecializationTypeInfo( local
2628 << WrittenTy->getType();
2662 InstPartialSpec->setTypeAsWritten(WrittenTy);
H A DSemaTemplate.cpp6035 TypeSourceInfo *WrittenTy local
6039 Specialization->setTypeAsWritten(WrittenTy);
6060 WrittenTy,
6914 TypeSourceInfo *WrittenTy local
6918 Specialization->setTypeAsWritten(WrittenTy);

Completed in 391 milliseconds