Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h241 llvm::DINamespace *getOrCreateNamespace(const NamespaceDecl *N);
H A DCGDebugInfo.cpp220 return getOrCreateNamespace(NSDecl); in getContextDescriptor()
3559 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
4961 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5024 getOrCreateNamespace(cast<NamespaceDecl>(NA.getAliasedNamespace())), in EmitNamespaceAlias()
5031 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() function in CGDebugInfo