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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h 47 class AsTypeExpr;
129 ExprDependence computeDependence(AsTypeExpr *E);
Expr.h 5949 /// AsTypeExpr - Clang builtin function __builtin_astype [OpenCL 6.2.4.2]
5952 class AsTypeExpr : public Expr {
5959 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {}
5962 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK,
RecursiveASTVisitor.h 2793 DEF_TRAVERSE_STMT(AsTypeExpr, {})
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 244 ExprDependence clang::computeDependence(AsTypeExpr *E) {
StmtPrinter.cpp 2538 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) {
StmtProfile.cpp 1787 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2266 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) {
3798 S = new (Context) AsTypeExpr(Empty);
ASTWriterStmt.cpp 2098 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 864 Value *VisitAsTypeExpr(AsTypeExpr *CE);
4735 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 14060 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) {
SemaExpr.cpp 6538 /// Create a new AsTypeExpr node (bitcast) from the arguments.
6550 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc);

Completed in 62 milliseconds