Searched refs:getOrCreateNamespace (Results 1 – 2 of 2) sorted by relevance
280 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
372 return getOrCreateNamespace(NSDecl); in getContextDescriptor()4268 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()6159 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()6241 getOrCreateNamespace(cast<NamespaceDecl>(NA.getAliasedNamespace())), in EmitNamespaceAlias()6248 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() function in CGDebugInfo