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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h364 (!D->isFromASTFile() || D->hasLocalOwningModuleStorage()))
738 bool hasLocalOwningModuleStorage() const;
756 assert(hasLocalOwningModuleStorage() &&
762 hasLocalOwningModuleStorage() &&
809 !hasLocalOwningModuleStorage()) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp119 bool Decl::hasLocalOwningModuleStorage() const { function in class:Decl

Completed in 179 milliseconds