Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h359 (!D->isFromASTFile() || D->hasLocalOwningModuleStorage())) in getModuleOwnershipKindForChildOf()
717 bool hasLocalOwningModuleStorage() const;
735 assert(hasLocalOwningModuleStorage() && in getLocalOwningModule()
741 hasLocalOwningModuleStorage() && in setLocalOwningModule()
787 !hasLocalOwningModuleStorage()) && in setModuleOwnershipKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp119 bool Decl::hasLocalOwningModuleStorage() const { in hasLocalOwningModuleStorage() function in Decl