Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h361 static ModuleOwnershipKind getModuleOwnershipKindForChildOf(DeclContext *DC) { in getModuleOwnershipKindForChildOf() function
383 : NextInContextAndBits(nullptr, getModuleOwnershipKindForChildOf(DC)), in Decl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp345 setModuleOwnershipKind(getModuleOwnershipKindForChildOf(DC)); in setLexicalDeclContext()