Home
last modified time | relevance | path

Searched refs:PartOfExplicitCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3492 CastExprBits.PartOfExplicitCast = false; in CastExpr()
3504 CastExprBits.PartOfExplicitCast = false; in CastExpr()
3653 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; } in isPartOfExplicitCast()
3654 void setIsPartOfExplicitCast(bool PartOfExplicitCast) { in setIsPartOfExplicitCast() argument
3655 CastExprBits.PartOfExplicitCast = PartOfExplicitCast; in setIsPartOfExplicitCast()
H A DStmt.h525 unsigned PartOfExplicitCast : 1; // Only set for ImplicitCastExpr. in alignas() local