Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp219 if (const auto *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local
220 return getOrCreateNamespace(NSDecl); in getContextDescriptor()
3557 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local
3559 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
4953 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() local
4954 if (!NSDecl->isAnonymousNamespace() || in EmitUsingDirective()
4961 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5031 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() argument
5035 auto I = NamespaceCache.find(NSDecl); in getOrCreateNamespace()
5039 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4439 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : in performQualifiedLookups() local
4441 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()