clang API Documentation
#include <Expr.h>


Public Member Functions | |
| ConvertVectorExpr (Expr *SrcExpr, TypeSourceInfo *TI, QualType DstType, ExprValueKind VK, ExprObjectKind OK, SourceLocation BuiltinLoc, SourceLocation RParenLoc) | |
| Expr * | getSrcExpr () const |
| getSrcExpr - Return the Expr to be converted. | |
| TypeSourceInfo * | getTypeSourceInfo () const |
| getTypeSourceInfo - Return the destination type. | |
| void | setTypeSourceInfo (TypeSourceInfo *ti) |
| SourceLocation | getBuiltinLoc () const |
| getBuiltinLoc - Return the location of the __builtin_convertvector token. | |
| SourceLocation | getRParenLoc () const |
| getRParenLoc - Return the location of final right parenthesis. | |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| child_range | children () |
Static Public Member Functions | |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTReader |
| class | ASTStmtReader |
ConvertVectorExpr - Clang builtin function __builtin_convertvector This AST node provides support for converting a vector type to another vector type of the same arity.
| clang::ConvertVectorExpr::ConvertVectorExpr | ( | Expr * | SrcExpr, |
| TypeSourceInfo * | TI, | ||
| QualType | DstType, | ||
| ExprValueKind | VK, | ||
| ExprObjectKind | OK, | ||
| SourceLocation | BuiltinLoc, | ||
| SourceLocation | RParenLoc | ||
| ) | [inline] |
| child_range clang::ConvertVectorExpr::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
| static bool clang::ConvertVectorExpr::classof | ( | const Stmt * | T | ) | [inline, static] |
Reimplemented from clang::Expr.
Definition at line 3546 of file Expr.h.
References clang::Stmt::getStmtClass().
| SourceLocation clang::ConvertVectorExpr::getBuiltinLoc | ( | ) | const [inline] |
| SourceLocation clang::ConvertVectorExpr::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
| SourceLocation clang::ConvertVectorExpr::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
| SourceLocation clang::ConvertVectorExpr::getRParenLoc | ( | ) | const [inline] |
| Expr* clang::ConvertVectorExpr::getSrcExpr | ( | ) | const [inline] |
| TypeSourceInfo* clang::ConvertVectorExpr::getTypeSourceInfo | ( | ) | const [inline] |
| void clang::ConvertVectorExpr::setTypeSourceInfo | ( | TypeSourceInfo * | ti | ) | [inline] |
friend class ASTStmtReader [friend] |
Reimplemented from clang::Stmt.