Searched refs:NSDecl (Results 1 – 2 of 2) sorted by relevance
219 if (const auto *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local220 return getOrCreateNamespace(NSDecl); in getContextDescriptor()3557 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local3559 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()4953 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() local4954 if (!NSDecl->isAnonymousNamespace() || in EmitUsingDirective()4961 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()5031 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() argument5035 auto I = NamespaceCache.find(NSDecl); in getOrCreateNamespace()5039 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()[all …]
4439 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : in performQualifiedLookups() local4441 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()