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

References

tools/clang/lib/AST/ASTImporter.cpp
 3676         if (!hasSameVisibilityContext(FoundVar, D))
 3679                                               FoundVar->getType())) {
 3683           VarDecl *FoundDef = FoundVar->getDefinition();
 3692           if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit))
 3696           FoundByLookup = FoundVar;
 3701           = Importer.getToContext().getAsArrayType(FoundVar->getType());
 3709               FoundVar->setType(*TyOrErr);
 3713             FoundByLookup = FoundVar;
 3717             FoundByLookup = FoundVar;
 3723           << Name << D->getType() << FoundVar->getType();
 3724         Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here)
 3725           << FoundVar->getType();