Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h3515 CastExprBits.PartOfExplicitCast = false; in CastExpr()
3527 CastExprBits.PartOfExplicitCast = false; in CastExpr()
3706 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; } in isPartOfExplicitCast()
3707 void setIsPartOfExplicitCast(bool PartOfExplicitCast) { in setIsPartOfExplicitCast() argument
3708 CastExprBits.PartOfExplicitCast = PartOfExplicitCast; in setIsPartOfExplicitCast()
HDStmt.h627 unsigned PartOfExplicitCast : 1; // Only set for ImplicitCastExpr. in alignas()