Home
last modified time | relevance | path

Searched refs:NSDecl (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp152 if (const NamespaceDecl *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local
153 return getOrCreateNameSpace(NSDecl); in getContextDescriptor()
2305 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local
2307 FDContext = getOrCreateNameSpace(NSDecl); in collectFunctionDeclProps()
3292 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { in getOrCreateNameSpace() argument
3293 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 …]
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp3808 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : 0) { in performQualifiedLookups() local
3809 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()