Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp89 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
2089 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() argument
2090 if (Importer.isMinimalImport() && !ForceImport) { in ImportDeclContext()