class Stmt::SourceLocExprBitfields
Declaration
class Stmt::SourceLocExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:592
Member Variables
- private unsigned int
- private unsigned int Kind
- The kind of source location builtin represented by the SourceLocExpr. Ex. __builtin_LINE, __builtin_FUNCTION, etc.