Searched defs:FromDC (Results 1 – 2 of 2) sorted by relevance
1973 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext()5446 DeclContext *ASTImporter::ImportContext(DeclContext *FromDC) { in ImportContext()5747 if (DeclContext *FromDC = cast<DeclContext>(From)) { in ImportDefinition() local
265 const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext(); in MightInstantiateTo() local