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

/external/clang/lib/AST/
H A DASTImporter.cpp87 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
1905 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { argument
1906 if (Importer.isMinimalImport() && !ForceImport) {
1922 ImportDeclContext(From, /*ForceImport=*/true);
2021 ImportDeclContext(From, /*ForceImport=*/true);
2046 ImportDeclContext(From, /*ForceImport=*/true);
2061 ImportDeclContext(From, /*ForceImport=*/true);
3423 ImportDeclContext(From, /*ForceImport=*/true);
3572 ImportDeclContext(From, /*ForceImport=*/true);

Completed in 67 milliseconds