Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp157 if (const NamespaceDecl *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local
158 return getOrCreateNameSpace(NSDecl); in getContextDescriptor()
2331 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local
2333 FDContext = getOrCreateNameSpace(NSDecl); in collectFunctionDeclProps()
3345 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { in getOrCreateNameSpace() argument
3346 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 …]
/external/clang/lib/Sema/
DSemaLookup.cpp3663 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : 0) { in performQualifiedLookups() local
3664 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()