Searched refs:getOrCreateNamespace (Results 1 – 2 of 2) sorted by relevance
241 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
220 return getOrCreateNamespace(NSDecl); in getContextDescriptor()3542 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()4943 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()5025 getOrCreateNamespace(cast<NamespaceDecl>(NA.getAliasedNamespace())), in EmitNamespaceAlias()5032 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() function in CGDebugInfo