Searched refs:ForceImport (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp89 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
2089 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { argument
2090 if (Importer.isMinimalImport() && !ForceImport) {
2103 ImportDeclContext(From, /*ForceImport=*/true);
2201 ImportDeclContext(From, /*ForceImport=*/true);
2226 ImportDeclContext(From, /*ForceImport=*/true);
2241 ImportDeclContext(From, /*ForceImport=*/true);
3804 ImportDeclContext(From, /*ForceImport=*/true);
3980 ImportDeclContext(From, /*ForceImport=*/true);

Completed in 81 milliseconds