Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp375 Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
1647 ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() argument
1648 if (Importer.isMinimalImport() && !ForceImport) { in ImportDeclContext()