Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3032 CastExprBits.PartOfExplicitCast = false; in CastExpr()
3042 CastExprBits.PartOfExplicitCast = false; in CastExpr()
3139 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; } in isPartOfExplicitCast()
3140 void setIsPartOfExplicitCast(bool PartOfExplicitCast) { in setIsPartOfExplicitCast() argument
3141 CastExprBits.PartOfExplicitCast = PartOfExplicitCast; in setIsPartOfExplicitCast()
H A DStmt.h483 unsigned PartOfExplicitCast : 1; // Only set for ImplicitCastExpr. in alignas() local