Home
last modified time | relevance | path

Searched refs:setLocalOwningModule (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp84 TU->setLocalOwningModule(GlobalModule); in ActOnGlobalModuleFragmentDecl()
239 TU->setLocalOwningModule(Mod); in ActOnModuleDecl()
301 TU->setLocalOwningModule(PrivateModuleFragment); in ActOnPrivateModuleFragmentDecl()
457 cast<Decl>(DC)->setLocalOwningModule(Mod); in ActOnModuleBegin()
494 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule()); in ActOnModuleEnd()
H A DSemaDecl.cpp1572 New->setLocalOwningModule(Old->getOwningModule()); in CheckRedeclarationModuleOwnership()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp346 setLocalOwningModule(cast<Decl>(DC)->getOwningModule()); in setLexicalDeclContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h760 void setLocalOwningModule(Module *M) { in setLocalOwningModule() function