Searched refs:NSDecl (Results 1 – 2 of 2) sorted by relevance
233 if (const auto *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local234 return getOrCreateNamespace(NSDecl); in getContextDescriptor()4016 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local4018 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()5888 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() local5889 if (!NSDecl->isAnonymousNamespace() || in EmitUsingDirective()5896 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()5985 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() argument5989 auto I = NamespaceCache.find(NSDecl); in getOrCreateNamespace()5993 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()[all …]
4728 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : in performQualifiedLookups() local4730 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()