Searched refs:NSDecl (Results 1 – 2 of 2) sorted by relevance
224 if (const auto *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local225 return getOrCreateNamespace(NSDecl); in getContextDescriptor()3717 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local3719 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()5531 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() local5532 if (!NSDecl->isAnonymousNamespace() || in EmitUsingDirective()5539 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()5628 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() argument5632 auto I = NamespaceCache.find(NSDecl); in getOrCreateNamespace()5636 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()[all …]
4779 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : in performQualifiedLookups() local4781 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()