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

References

tools/clang/lib/AST/Expr.cpp
 3211         if (RD->isUnion() && ILE->getInitializedFieldInUnion() != Field)
tools/clang/lib/AST/ExprConstant.cpp
 8910     const FieldDecl *Field = E->getInitializedFieldInUnion();
tools/clang/lib/AST/JSONNodeDumper.cpp
 1283   if (const FieldDecl *FD = ILE->getInitializedFieldInUnion())
tools/clang/lib/AST/TextNodeDumper.cpp
  789   if (auto *Field = ILE->getInitializedFieldInUnion()) {