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

/external/clang/lib/AST/
H A DASTImporter.cpp1813 DC = Importer.ImportContext(D->getDeclContext());
1819 LexicalDC = Importer.ImportContext(D->getLexicalDeclContext());
1899 Importer.ImportContext(FromDC);
3624 DeclContext *DC = Importer.ImportContext(D->getDeclContext());
3638 LexicalDC = Importer.ImportContext(D->getLexicalDeclContext());
3675 Importer.ImportContext(D->getDeclContext()),
3685 = Importer.ImportContext(D->getLexicalDeclContext());
3801 DeclContext *DC = Importer.ImportContext(D->getDeclContext());
3808 LexicalDC = Importer.ImportContext(D->getLexicalDeclContext());
4074 LexicalDC = Importer.ImportContext(
4651 DeclContext *ASTImporter::ImportContext(DeclContext *FromDC) { function in class:ASTImporter
[all...]

Completed in 78 milliseconds