Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h366 (!D->isFromASTFile() || D->hasLocalOwningModuleStorage())) in getModuleOwnershipKindForChildOf()
762 bool hasLocalOwningModuleStorage() const;
780 assert(hasLocalOwningModuleStorage() && in getLocalOwningModule()
786 hasLocalOwningModuleStorage() && in setLocalOwningModule()
838 !hasLocalOwningModuleStorage()) && in setModuleOwnershipKind()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp119 bool Decl::hasLocalOwningModuleStorage() const { in hasLocalOwningModuleStorage() function in Decl