Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp502 ThePrimaryInterface = Interface; in ActOnModuleDecl()
H A DSemaDecl.cpp1625 if (NewM->isModuleImplementation() && OldM == ThePrimaryInterface) in CheckRedeclarationModuleOwnership()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9714 clang::Module *ThePrimaryInterface = nullptr; variable