class Stmt::PredefinedExprBitfields
Declaration
class Stmt::PredefinedExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:351
Member Variables
- private unsigned int
- private unsigned int Kind
- The kind of this PredefinedExpr. One of the enumeration values in PredefinedExpr::IdentKind.
- private unsigned int HasFunctionName
- True if this PredefinedExpr has a trailing "StringLiteral *" for the predefined identifier.
- private clang::SourceLocation Loc
- The location of this PredefinedExpr.