Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp412 ThePrimaryInterface = Interface; in ActOnModuleDecl()
H A DSemaDecl.cpp1692 if (NewM->isModuleImplementation() && OldM == ThePrimaryInterface) in CheckRedeclarationModuleOwnership()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2330 clang::Module *ThePrimaryInterface = nullptr; variable