Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h530 else if (!isNamedModule()) in handleExport()
539 else if (!isNamedModule()) in handleModule()
546 else if (!isNamedModule()) in handleIdentifier()
553 else if (!isNamedModule()) in handleColon()
560 else if (!isNamedModule()) in handlePeriod()
572 } else if (!isNamedModule()) in handleSemi()
577 if (!isNamedModule()) in handleMisc()
585 bool isNamedModule() const { in isNamedModule() function
597 assert(isNamedModule() && "Can't get name from a non named module"); in getName()
602 assert(isNamedModule() && "Can't get name from a non named module"); in getPrimaryName()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp88 if (!Imported->isNamedModule()) in isImportingModuleUnitFromSameModule()
134 assert(Imported->isNamedModule() && in makeTransitiveImportsVisible()
647 if (Mod->isNamedModule()) in ActOnModuleImport()
H A DSemaDecl.cpp1635 bool NewIsModuleInterface = NewM && NewM->isNamedModule(); in CheckRedeclarationModuleOwnership()
1636 bool OldIsModuleInterface = OldM && OldM->isNamedModule(); in CheckRedeclarationModuleOwnership()
1758 if ((NewM && NewM->isNamedModule()) || (OldM && OldM->isNamedModule())) in IsRedefinitionInModule()
H A DSemaLookup.cpp3848 assert(FM && FM->isNamedModule() && !FM->isPrivateModule() && in ArgumentDependentLookup()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h185 bool isNamedModule() const { in isNamedModule() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1137 if (!M->isNamedModule()) in isInAnotherModuleUnit()
1146 if (!M || !M->isNamedModule()) in isInCurrentModuleUnit()
1169 return getOwningModule() && getOwningModule()->isNamedModule(); in isInNamedModule()
H A DASTContext.cpp1108 assert(M->isNamedModule()); in setCurrentNamedModule()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h853 return WritingModule && WritingModule->isNamedModule(); in isWritingStdCXXNamedModules()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1158 if (Result.is(tok::colon) && ModuleDeclState.isNamedModule()) { in LexAfterModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp897 if (M && AST->getLangOpts().isCompilingModule() && M->isNamedModule()) in LoadFromASTFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2773 if (WritingModule && WritingModule->isNamedModule()) { in isRequiredDecl()
H A DASTReaderDecl.cpp3696 if (!M || !M->isNamedModule()) in checkMultipleDefinitionInNamedModules()
H A DASTWriter.cpp1200 assert(WritingModule->isNamedModule()); in createSignatureForNamedModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4034 M && M->getTopLevelModule()->isNamedModule() && in shouldEmitFunction()
7084 Import->getImportedModule()->isNamedModule()) in EmitTopLevelDecl()