class SYCLUniqueStableNameExpr
Declaration
class SYCLUniqueStableNameExpr : public Expr { /* full declaration omitted */ };
Description
This represents one expression. Note that Expr's are subclasses of Stmt. This allows an expression to be transparently used any place a Stmt is required.
Declared at: clang/include/clang/AST/Expr.h:2056
Inherits from: Expr
Member Variables
- private clang::SourceLocation OpLoc
- private clang::SourceLocation LParen
- private clang::SourceLocation RParen
- private clang::TypeSourceInfo* TypeInfo
Inherited from Stmt:
Method Overview
- public static std::string ComputeName(clang::ASTContext & Context, clang::QualType Ty)
- public std::string ComputeName(clang::ASTContext & Context) const
- public static clang::SYCLUniqueStableNameExpr * Create(const clang::ASTContext & Ctx, clang::SourceLocation OpLoc, clang::SourceLocation LParen, clang::SourceLocation RParen, clang::TypeSourceInfo * TSI)
- public static clang::SYCLUniqueStableNameExpr * CreateEmpty(const clang::ASTContext & Ctx)
- private SYCLUniqueStableNameExpr(clang::SourceLocation OpLoc, clang::SourceLocation LParen, clang::SourceLocation RParen, clang::QualType ResultTy, clang::TypeSourceInfo * TSI)
- private SYCLUniqueStableNameExpr(clang::Stmt::EmptyShell Empty, clang::QualType ResultTy)
- public clang::Stmt::child_range children()
- public clang::Stmt::const_child_range children() const
- public static bool classof(const clang::Stmt * T)
- public clang::SourceLocation getBeginLoc() const
- public clang::SourceLocation getEndLoc() const
- public clang::SourceLocation getLParenLocation() const
- public clang::SourceLocation getLocation() const
- public clang::SourceLocation getRParenLocation() const
- public clang::TypeSourceInfo * getTypeSourceInfo()
- public const clang::TypeSourceInfo * getTypeSourceInfo() const
- private void setLParenLocation(clang::SourceLocation L)
- private void setLocation(clang::SourceLocation L)
- private void setRParenLocation(clang::SourceLocation L)
- private void setTypeSourceInfo(clang::TypeSourceInfo * Ty)
Inherited from Expr:
- public Classify
- public ClassifyLValue
- public ClassifyModifiable
- public EvaluateAsBooleanCondition
- public EvaluateAsConstantExpr
- public EvaluateAsFixedPoint
- public EvaluateAsFloat
- public EvaluateAsInitializer
- public EvaluateAsInt
- public EvaluateAsLValue
- public EvaluateAsRValue
- public EvaluateForOverflow
- public EvaluateKnownConstInt
- public EvaluateKnownConstIntCheckOverflow
- public EvaluateWithSubstitution
- public HasSideEffects
- public IgnoreCasts
- public IgnoreCasts
- public IgnoreConversionOperatorSingleStep
- public IgnoreConversionOperatorSingleStep
- public IgnoreImpCasts
- public IgnoreImpCasts
- public IgnoreImplicit
- public IgnoreImplicit
- public IgnoreImplicitAsWritten
- public IgnoreImplicitAsWritten
- public IgnoreParenBaseCasts
- public IgnoreParenBaseCasts
- public IgnoreParenCasts
- public IgnoreParenCasts
- public IgnoreParenImpCasts
- public IgnoreParenImpCasts
- public IgnoreParenLValueCasts
- public IgnoreParenLValueCasts
- public IgnoreParenNoopCasts
- public IgnoreParenNoopCasts
- public IgnoreParens
- public IgnoreParens
- public IgnoreUnlessSpelledInSource
- public IgnoreUnlessSpelledInSource
- public classof
- public containsErrors
- public containsUnexpandedParameterPack
- public findBoundMemberType
- public getAsBuiltinConstantDeclRef
- public getBestDynamicClassType
- public getBestDynamicClassTypeExpr
- public getDependence
- public getExprLoc
- public getFPFeaturesInEffect
- public getIntegerConstantExpr
- public getObjCProperty
- public getObjectKind
- public getReferencedDeclOfCallee
- public getReferencedDeclOfCallee
- public getSourceBitField
- public getSourceBitField
- public getType
- public getValueKind
- public getValueKindForType
- public hasAnyTypeDependentArguments
- public hasNonTrivialCall
- public hasPlaceholderType
- public hasPlaceholderType
- public isBoundMemberFunction
- public isCXX11ConstantExpr
- public isCXX98IntegralConstantExpr
- public isConstantInitializer
- public isDefaultArgument
- public isEvaluatable
- public isGLValue
- public isImplicitCXXThis
- public isInstantiationDependent
- public isIntegerConstantExpr
- public isKnownToHaveBooleanValue
- public isLValue
- public isModifiableLvalue
- public isNullPointerConstant
- public isOBJCGCCandidate
- public isObjCSelfExpr
- public isOrdinaryOrBitFieldObject
- public isPRValue
- public isPotentialConstantExpr
- public isPotentialConstantExprUnevaluated
- public isReadIfDiscardedInCPlusPlus11
- public isSameComparisonOperand
- public isTemporaryObject
- public isTypeDependent
- public isUnusedResultAWarning
- public isValueDependent
- public isXValue
- public refersToBitField
- public refersToGlobalRegisterVar
- public refersToMatrixElement
- public refersToVectorElement
- protected setDependence
- public setObjectKind
- public setType
- public setValueKind
- public skipRValueSubobjectAdjustments
- public skipRValueSubobjectAdjustments
- public tryEvaluateObjectSize
- public tryEvaluateStrLen
Inherited from ValueStmt:
Inherited from Stmt:
- public EnableStatistics
- public IgnoreContainers
- public IgnoreContainers
- public PrintStats
- public ProcessODRHash
- public Profile
- public addStmtClass
- public child_begin
- public child_begin
- public child_end
- public child_end
- public children
- public children
- public determineLikelihoodConflict
- public dump
- public dump
- public dumpColor
- public dumpPretty
- public getBeginLoc
- public getEndLoc
- public getID
- public getLikelihood
- public getLikelihood
- public getLikelihood
- public getLikelihoodAttr
- public getSourceRange
- public getStmtClass
- public getStmtClassName
- public printJson
- public printPretty
- public printPrettyControlled
- public stripLabelLikeStatements
- public stripLabelLikeStatements
- public viewAST
Methods
¶static std::string ComputeName(
clang::ASTContext& Context,
clang::QualType Ty)
static std::string ComputeName(
clang::ASTContext& Context,
clang::QualType Ty)
Declared at: clang/include/clang/AST/Expr.h:2107
Parameters
- clang::ASTContext& Context
- clang::QualType Ty
¶std::string ComputeName(
clang::ASTContext& Context) const
std::string ComputeName(
clang::ASTContext& Context) const
Declared at: clang/include/clang/AST/Expr.h:2103
Parameters
- clang::ASTContext& Context
¶static clang::SYCLUniqueStableNameExpr* Create(
const clang::ASTContext& Ctx,
clang::SourceLocation OpLoc,
clang::SourceLocation LParen,
clang::SourceLocation RParen,
clang::TypeSourceInfo* TSI)
static clang::SYCLUniqueStableNameExpr* Create(
const clang::ASTContext& Ctx,
clang::SourceLocation OpLoc,
clang::SourceLocation LParen,
clang::SourceLocation RParen,
clang::TypeSourceInfo* TSI)
Declared at: clang/include/clang/AST/Expr.h:2078
Parameters
- const clang::ASTContext& Ctx
- clang::SourceLocation OpLoc
- clang::SourceLocation LParen
- clang::SourceLocation RParen
- clang::TypeSourceInfo* TSI
¶static clang::SYCLUniqueStableNameExpr*
CreateEmpty(const clang::ASTContext& Ctx)
static clang::SYCLUniqueStableNameExpr*
CreateEmpty(const clang::ASTContext& Ctx)
Declared at: clang/include/clang/AST/Expr.h:2081
Parameters
- const clang::ASTContext& Ctx
¶SYCLUniqueStableNameExpr(
clang::SourceLocation OpLoc,
clang::SourceLocation LParen,
clang::SourceLocation RParen,
clang::QualType ResultTy,
clang::TypeSourceInfo* TSI)
SYCLUniqueStableNameExpr(
clang::SourceLocation OpLoc,
clang::SourceLocation LParen,
clang::SourceLocation RParen,
clang::QualType ResultTy,
clang::TypeSourceInfo* TSI)
Declared at: clang/include/clang/AST/Expr.h:2062
Parameters
- clang::SourceLocation OpLoc
- clang::SourceLocation LParen
- clang::SourceLocation RParen
- clang::QualType ResultTy
- clang::TypeSourceInfo* TSI
¶SYCLUniqueStableNameExpr(
clang::Stmt::EmptyShell Empty,
clang::QualType ResultTy)
SYCLUniqueStableNameExpr(
clang::Stmt::EmptyShell Empty,
clang::QualType ResultTy)
Declared at: clang/include/clang/AST/Expr.h:2061
Parameters
- clang::Stmt::EmptyShell Empty
- clang::QualType ResultTy
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/Expr.h:2094
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/Expr.h:2098
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/Expr.h:2089
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/Expr.h:2083
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/Expr.h:2084
¶clang::SourceLocation getLParenLocation() const
clang::SourceLocation getLParenLocation() const
Declared at: clang/include/clang/AST/Expr.h:2086
¶clang::SourceLocation getLocation() const
clang::SourceLocation getLocation() const
Declared at: clang/include/clang/AST/Expr.h:2085
¶clang::SourceLocation getRParenLocation() const
clang::SourceLocation getRParenLocation() const
Declared at: clang/include/clang/AST/Expr.h:2087
¶clang::TypeSourceInfo* getTypeSourceInfo()
clang::TypeSourceInfo* getTypeSourceInfo()
Declared at: clang/include/clang/AST/Expr.h:2073
¶const clang::TypeSourceInfo* getTypeSourceInfo()
const
const clang::TypeSourceInfo* getTypeSourceInfo()
const
Declared at: clang/include/clang/AST/Expr.h:2075
¶void setLParenLocation(clang::SourceLocation L)
void setLParenLocation(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Expr.h:2069
Parameters
¶void setLocation(clang::SourceLocation L)
void setLocation(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Expr.h:2068
Parameters
¶void setRParenLocation(clang::SourceLocation L)
void setRParenLocation(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Expr.h:2070
Parameters
¶void setTypeSourceInfo(clang::TypeSourceInfo* Ty)
void setTypeSourceInfo(clang::TypeSourceInfo* Ty)
Declared at: clang/include/clang/AST/Expr.h:2066