Searched refs:CanImportDecl (Results 1 – 3 of 3) sorted by relevance
331 bool CanImportDecl; in canImportGlobalVar() local332 return canImportGlobalVar(S, AnalyzeRefs, CanImportDecl); in canImportGlobalVar()337 bool &CanImportDecl) const { in canImportGlobalVar()364 CanImportDecl = (nonInterposable && eligibleToImport); in canImportGlobalVar()
442 bool CanImportDecl = false; in onImportingSummaryImpl() local447 CanImportDecl)) { in onImportingSummaryImpl()448 if (ImportDeclaration && CanImportDecl) in onImportingSummaryImpl()
1971 bool AnalyzeRefs, bool &CanImportDecl) const;