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

References

tools/clang/lib/AST/ASTImporter.cpp
 4230   if (Error Err = ImportDeclContext(D, DC, LexicalDC))
 4233   ExpectedSLoc ExternLocOrErr = import(D->getExternLoc());
 4237   ExpectedSLoc LangLocOrErr = import(D->getLocation());
 4241   bool HasBraces = D->hasBraces();
 4244   if (GetImportedOrCreateDecl(ToLinkageSpec, D, Importer.getToContext(), DC,
 4246                               D->getLanguage(), HasBraces))
 4250     ExpectedSLoc RBraceLocOrErr = import(D->getRBraceLoc());