Searched refs:NSDecl (Results 1 – 2 of 2) sorted by relevance
152 if (const NamespaceDecl *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local153 return getOrCreateNameSpace(NSDecl); in getContextDescriptor()2305 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local2307 FDContext = getOrCreateNameSpace(NSDecl); in collectFunctionDeclProps()3292 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { in getOrCreateNameSpace() argument3293 NSDecl = NSDecl->getCanonicalDecl(); in getOrCreateNameSpace()3294 auto I = NameSpaceCache.find(NSDecl); in getOrCreateNameSpace()3298 unsigned LineNo = getLineNumber(NSDecl->getLocation()); in getOrCreateNameSpace()3299 llvm::DIFile *FileD = getOrCreateFile(NSDecl->getLocation()); in getOrCreateNameSpace()3301 getContextDescriptor(dyn_cast<Decl>(NSDecl->getDeclContext())); in getOrCreateNameSpace()[all …]
3808 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : 0) { in performQualifiedLookups() local3809 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()