Searched refs:AsTypeExpr (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/AST/
H A DStmtProfile.cpp865 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) {
/external/clang/include/clang/AST/
H A DExpr.h4548 /// AsTypeExpr - Clang builtin function __builtin_astype [OpenCL 6.2.4.2]
4551 class AsTypeExpr : public Expr { class in class:clang::StringLiteral::DesignatedInitExpr
4558 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} function in class:clang::StringLiteral::DesignatedInitExpr::AsTypeExpr
4561 AsTypeExpr(Expr* SrcExpr, QualType DstType, function in class:clang::StringLiteral::DesignatedInitExpr::AsTypeExpr
H A DDataRecursiveASTVisitor.h2270 DEF_TRAVERSE_STMT(AsTypeExpr, {})
H A DRecursiveASTVisitor.h2292 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp525 Value *VisitAsTypeExpr(AsTypeExpr *CE);
3222 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1650 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) {
2685 S = new (Context) AsTypeExpr(Empty);
H A DASTWriterStmt.cpp1596 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) {
/external/clang/lib/Sema/
H A DTreeTransform.h9740 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) {
H A DSemaExpr.cpp4624 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc);

Completed in 1477 milliseconds