Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h378 (!D->isFromASTFile() || D->hasLocalOwningModuleStorage())) in getModuleOwnershipKindForChildOf()
808 bool hasLocalOwningModuleStorage() const;
826 assert(hasLocalOwningModuleStorage() && in getLocalOwningModule()
832 hasLocalOwningModuleStorage() && in setLocalOwningModule()
884 !hasLocalOwningModuleStorage()) && in setModuleOwnershipKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp119 bool Decl::hasLocalOwningModuleStorage() const { in hasLocalOwningModuleStorage() function in Decl