Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp233 if (const auto *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local
234 return getOrCreateNamespace(NSDecl); in getContextDescriptor()
4016 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local
4018 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
5888 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() local
5889 if (!NSDecl->isAnonymousNamespace() || in EmitUsingDirective()
5896 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5985 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() argument
5989 auto I = NamespaceCache.find(NSDecl); in getOrCreateNamespace()
5993 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4728 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : in performQualifiedLookups() local
4730 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()