Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp391 Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
1758 ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() argument
1759 if (Importer.isMinimalImport() && !ForceImport) { in ImportDeclContext()