Changeset View
Changeset View
Standalone View
Standalone View
cfe/trunk/include/clang/Sema/Sema.h
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
Show First 20 Lines • Show All 5,230 Lines • ▼ Show 20 Lines | public: | ||||
ExprResult BuildCXXNamedCast(SourceLocation OpLoc, | ExprResult BuildCXXNamedCast(SourceLocation OpLoc, | ||||
tok::TokenKind Kind, | tok::TokenKind Kind, | ||||
TypeSourceInfo *Ty, | TypeSourceInfo *Ty, | ||||
Expr *E, | Expr *E, | ||||
SourceRange AngleBrackets, | SourceRange AngleBrackets, | ||||
SourceRange Parens); | SourceRange Parens); | ||||
ExprResult ActOnBuiltinBitCastExpr(SourceLocation KWLoc, Declarator &Dcl, | |||||
ExprResult Operand, | |||||
SourceLocation RParenLoc); | |||||
ExprResult BuildBuiltinBitCastExpr(SourceLocation KWLoc, TypeSourceInfo *TSI, | |||||
Expr *Operand, SourceLocation RParenLoc); | |||||
ExprResult BuildCXXTypeId(QualType TypeInfoType, | ExprResult BuildCXXTypeId(QualType TypeInfoType, | ||||
SourceLocation TypeidLoc, | SourceLocation TypeidLoc, | ||||
TypeSourceInfo *Operand, | TypeSourceInfo *Operand, | ||||
SourceLocation RParenLoc); | SourceLocation RParenLoc); | ||||
ExprResult BuildCXXTypeId(QualType TypeInfoType, | ExprResult BuildCXXTypeId(QualType TypeInfoType, | ||||
SourceLocation TypeidLoc, | SourceLocation TypeidLoc, | ||||
Expr *Operand, | Expr *Operand, | ||||
SourceLocation RParenLoc); | SourceLocation RParenLoc); | ||||
▲ Show 20 Lines • Show All 6,044 Lines • Show Last 20 Lines |