Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h763 llvm::DIModule *getParentModuleOrNull(const Decl *D);
H A DCGDebugInfo.cpp354 llvm::DIScope *Mod = getParentModuleOrNull(D); in getDeclContextDescriptor()
3194 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateType()
3318 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateTypeDefinition()
3948 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull() function in CGDebugInfo
4271 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
4335 llvm::DIScope *Mod = getParentModuleOrNull(VD); in collectVarDeclProps()
6144 llvm::DIScope *Mod = getParentModuleOrNull(D); in getCurrentContextDescriptor()