Searched refs:getOrCreateNamespace (Results 1 – 2 of 2) sorted by relevance
250 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
224 return getOrCreateNamespace(NSDecl); in getContextDescriptor()3865 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()5713 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()5795 getOrCreateNamespace(cast<NamespaceDecl>(NA.getAliasedNamespace())), in EmitNamespaceAlias()5802 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() function in CGDebugInfo