Home
last modified time | relevance | path

Searched refs:hasLocalOwningModuleStorage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h379 (!D->isFromASTFile() || D->hasLocalOwningModuleStorage())) in getModuleOwnershipKindForChildOf()
800 bool hasLocalOwningModuleStorage() const;
818 assert(hasLocalOwningModuleStorage() && in getLocalOwningModule()
824 hasLocalOwningModuleStorage() && in setLocalOwningModule()
873 !hasLocalOwningModuleStorage()) && in setModuleOwnershipKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp141 bool Decl::hasLocalOwningModuleStorage() const { in hasLocalOwningModuleStorage() function in Decl