Home
last modified time | relevance | path

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

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