Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h366 (!D->isFromASTFile() || D->hasLocalOwningModuleStorage())) in getModuleOwnershipKindForChildOf()
773 bool hasLocalOwningModuleStorage() const;
791 assert(hasLocalOwningModuleStorage() && in getLocalOwningModule()
797 hasLocalOwningModuleStorage() && in setLocalOwningModule()
849 !hasLocalOwningModuleStorage()) && in setModuleOwnershipKind()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp119 bool Decl::hasLocalOwningModuleStorage() const { in hasLocalOwningModuleStorage() function in Decl