Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DModule.h165 bool isModulePurview() const { in isModulePurview() function
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h740 return WritingModule && WritingModule->isModulePurview(); in isWritingStdCXXNamedModules()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1265 FDD->getOwningModule()->isModulePurview()); in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp1672 bool NewIsModuleInterface = NewM && NewM->isModulePurview(); in CheckRedeclarationModuleOwnership()
1673 bool OldIsModuleInterface = OldM && OldM->isModulePurview(); in CheckRedeclarationModuleOwnership()
1807 if ((NewM && NewM->isModulePurview()) || (OldM && OldM->isModulePurview())) in IsRedefinitionInModule()
9993 NewFD->getOwningModule()->isModulePurview()) { in ActOnFunctionDeclarator()
H A DSemaLookup.cpp3893 assert(FM && FM->isModulePurview() && !FM->isPrivateModule() && in ArgumentDependentLookup()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp585 return M->isModulePurview(); in isInModulePurview()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2301 return getCurrentModule() ? getCurrentModule()->isModulePurview() : false; in isCurrentModulePurview()