Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaModule.cpp113 if (Ctx.isInSameModule(Imported, CurrentModule)) { in isImportingModuleUnitFromSameModule()
HDSemaLookup.cpp1631 getASTContext().isInSameModule(M, Current)) { in isUsableModule()
5640 if (getASTContext().isInSameModule(M, getCurrentModule())) in diagnoseMissingImport()
HDSemaDecl.cpp1631 getASTContext().isInSameModule(NewM, OldM)) in CheckRedeclarationModuleOwnership()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1098 bool isInSameModule(const Module *M1, const Module *M2);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp3727 if (Reader.getContext().isInSameModule(M, D->getOwningModule())) in checkMultipleDefinitionInNamedModules()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1114 bool ASTContext::isInSameModule(const Module *M1, const Module *M2) { in isInSameModule() function in ASTContext