Home
last modified time | relevance | path

Searched refs:AsTypeExpr (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DStmtNodes.td178 def AsTypeExpr : DStmt<Expr>;
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h4522 class AsTypeExpr : public Expr {
4529 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
4532 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
DRecursiveASTVisitor.h2325 DEF_TRAVERSE_STMT(AsTypeExpr, { })
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DStmtProfile.cpp773 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
DStmtPrinter.cpp1979 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp1663 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
2456 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1618 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprScalar.cpp525 Value *VisitAsTypeExpr(AsTypeExpr *CE);
3184 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h9393 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
DSemaExpr.cpp4535 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, in ActOnAsTypeExpr()