Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h255 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
H A DCGDebugInfo.cpp234 return getOrCreateNamespace(NSDecl); in getContextDescriptor()
4018 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
5896 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5978 getOrCreateNamespace(cast<NamespaceDecl>(NA.getAliasedNamespace())), in EmitNamespaceAlias()
5985 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() function in CGDebugInfo