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

References

tools/clang/lib/AST/ASTImporter.cpp
 2452   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 2460   if (D->isGnuLocal()) {
 2461     ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc());
 2464     if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc,
 2469     if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc,
 2475   Expected<LabelStmt *> ToStmtOrErr = import(D->getStmt());