Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp422 Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
2287 ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() argument
2288 if (Importer.isMinimalImport() && !ForceImport) { in ImportDeclContext()