Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h211 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
H A DCGDebugInfo.cpp218 return getOrCreateNamespace(NSDecl); in getContextDescriptor()
3120 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
4297 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
4360 getOrCreateNamespace(cast<NamespaceDecl>(NA.getAliasedNamespace())), in EmitNamespaceAlias()
4367 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() function in CGDebugInfo