reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
10237   auto IsLastOrInvalidFieldDecl = [&Ctx](const FieldDecl *FD, bool &Invalid) {
10242     const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(Parent);
10268       BaseType = Ctx.getAsArrayType(BaseType)->getElementType();
10280       const auto *CAT = cast<ConstantArrayType>(Ctx.getAsArrayType(BaseType));