Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h374 static ModuleOwnershipKind getModuleOwnershipKindForChildOf(DeclContext *DC) { in getModuleOwnershipKindForChildOf() function
396 : NextInContextAndBits(nullptr, getModuleOwnershipKindForChildOf(DC)), in Decl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp375 setModuleOwnershipKind(getModuleOwnershipKindForChildOf(DC)); in setLexicalDeclContext()