Searched defs:ForceImport (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/AST/
H A DASTImporter.cpp87 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
1897 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { argument
1898 if (Importer.isMinimalImport() && !ForceImport) {
1911 ImportDeclContext(From, /*ForceImport=*/true);
2004 ImportDeclContext(From, /*ForceImport=*/true);
2029 ImportDeclContext(From, /*ForceImport=*/true);
2044 ImportDeclContext(From, /*ForceImport=*/true);
3415 ImportDeclContext(From, /*ForceImport=*/true);
3560 ImportDeclContext(From, /*ForceImport=*/true);

Completed in 83 milliseconds