Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2144 int InvalidBaseKind = -1; in CheckLValueConstantExpression() local
2147 InvalidBaseKind = 0; in CheckLValueConstantExpression()
2149 InvalidBaseKind = 1; in CheckLValueConstantExpression()
2152 InvalidBaseKind = 2; in CheckLValueConstantExpression()
2154 InvalidBaseKind = 3; in CheckLValueConstantExpression()
2158 if (InvalidBaseKind != -1) { in CheckLValueConstantExpression()
2160 << IsReferenceType << !Designator.Entries.empty() << InvalidBaseKind in CheckLValueConstantExpression()