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

References

tools/clang/lib/AST/Decl.cpp
 3996   const FieldDecl *Canonical = getCanonicalDecl();
tools/clang/lib/AST/ExprConstant.cpp
 3322             UnionField->getCanonicalDecl() != Field->getCanonicalDecl()) {
 3322             UnionField->getCanonicalDecl() != Field->getCanonicalDecl()) {
tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  366   const auto *D = cast<ObjCIvarDecl>(IVRE->getDecl()->getCanonicalDecl());
tools/clang/lib/CodeGen/CGRecordLayout.h
  185     FD = FD->getCanonicalDecl();
  204     FD = FD->getCanonicalDecl();
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  226   CGBitFieldInfo &Info = BitFields[FD->getCanonicalDecl()];
  304     Fields[Field->getCanonicalDecl()] = 0;
  682         Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1;
tools/clang/lib/Sema/SemaOpenMP.cpp
  890     FD = FD->getCanonicalDecl();
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  290     const ObjCIvarDecl *I = cast<ObjCIvarDecl>(Iv->getCanonicalDecl());