Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h679 llvm::DIModule *getParentModuleOrNull(const Decl *D);
H A DCGDebugInfo.cpp206 llvm::DIScope *Mod = getParentModuleOrNull(D); in getDeclContextDescriptor()
2843 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateType()
2967 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateTypeDefinition()
3552 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull() function in CGDebugInfo
3868 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
3932 llvm::DIScope *Mod = getParentModuleOrNull(VD); in collectVarDeclProps()
5698 llvm::DIScope *Mod = getParentModuleOrNull(D); in getCurrentContextDescriptor()