Searched refs:getOrCreateNamespace (Results 1 – 2 of 2) sorted by relevance
232 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
219 return getOrCreateNamespace(NSDecl); in getContextDescriptor()3479 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()4828 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()4891 getOrCreateNamespace(cast<NamespaceDecl>(NA.getAliasedNamespace())), in EmitNamespaceAlias()4898 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() function in CGDebugInfo