Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp87 Module *&FoundPrimaryModuleInterface) { in isImportingModuleUnitFromSameModule() argument
98 if (FoundPrimaryModuleInterface) in isImportingModuleUnitFromSameModule()
99 return Imported == FoundPrimaryModuleInterface; in isImportingModuleUnitFromSameModule()
114 assert(!FoundPrimaryModuleInterface || in isImportingModuleUnitFromSameModule()
115 FoundPrimaryModuleInterface == Imported); in isImportingModuleUnitFromSameModule()
116 FoundPrimaryModuleInterface = Imported; in isImportingModuleUnitFromSameModule()
141 Module *FoundPrimaryModuleInterface = in makeTransitiveImportsVisible() local
155 FoundPrimaryModuleInterface)) in makeTransitiveImportsVisible()