Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp113 if (Ctx.isInSameModule(Imported, CurrentModule)) { in isImportingModuleUnitFromSameModule()
H A DSemaLookup.cpp1631 getASTContext().isInSameModule(M, Current)) { in isUsableModule()
5640 if (getASTContext().isInSameModule(M, getCurrentModule())) in diagnoseMissingImport()
H A DSemaDecl.cpp1631 getASTContext().isInSameModule(NewM, OldM)) in CheckRedeclarationModuleOwnership()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1098 bool isInSameModule(const Module *M1, const Module *M2);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3727 if (Reader.getContext().isInSameModule(M, D->getOwningModule())) in checkMultipleDefinitionInNamedModules()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1114 bool ASTContext::isInSameModule(const Module *M1, const Module *M2) { in isInSameModule() function in ASTContext