Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp224 if (const auto *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local
225 return getOrCreateNamespace(NSDecl); in getContextDescriptor()
3717 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local
3719 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
5531 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() local
5532 if (!NSDecl->isAnonymousNamespace() || in EmitUsingDirective()
5539 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5628 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() argument
5632 auto I = NamespaceCache.find(NSDecl); in getOrCreateNamespace()
5636 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp4779 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : in performQualifiedLookups() local
4781 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()