Searched defs:ImportContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp2004 DC = Importer.ImportContext(D->getDeclContext());
2010 LexicalDC = Importer.ImportContext(D->getLexicalDeclContext());
2091 Importer.ImportContext(FromDC);
2438 DeclContext *DC = Importer.ImportContext(D->getDeclContext());
3862 DeclContext *DC = Importer.ImportContext(D->getDeclContext());
3863 DeclContext *LexicalDC = Importer.ImportContext(D->getLexicalDeclContext());
4073 DeclContext *DC = Importer.ImportContext(D->getDeclContext());
4087 LexicalDC = Importer.ImportContext(D->getLexicalDeclContext());
4124 Importer.ImportContext(D->getDeclContext()),
4134 = Importer.ImportContext(
6144 DeclContext *ASTImporter::ImportContext(DeclContext *FromDC) { function in class:ASTImporter
[all...]

Completed in 90 milliseconds