Searched refs:NSDecl (Results 1 – 2 of 2) sorted by relevance
157 if (const NamespaceDecl *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local158 return getOrCreateNameSpace(NSDecl); in getContextDescriptor()2331 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local2333 FDContext = getOrCreateNameSpace(NSDecl); in collectFunctionDeclProps()3345 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { in getOrCreateNameSpace() argument3346 NSDecl = NSDecl->getCanonicalDecl(); in getOrCreateNameSpace()3347 auto I = NameSpaceCache.find(NSDecl); in getOrCreateNameSpace()3351 unsigned LineNo = getLineNumber(NSDecl->getLocation()); in getOrCreateNameSpace()3352 llvm::DIFile FileD = getOrCreateFile(NSDecl->getLocation()); in getOrCreateNameSpace()3354 getContextDescriptor(dyn_cast<Decl>(NSDecl->getDeclContext())); in getOrCreateNameSpace()[all …]
3663 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : 0) { in performQualifiedLookups() local3664 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()