Searched refs:NSDecl (Results 1 – 3 of 3) sorted by relevance
371 if (const auto *NSDecl = dyn_cast<NamespaceDecl>(Context)) in getContextDescriptor() local372 return getOrCreateNamespace(NSDecl); in getContextDescriptor()4266 if (const NamespaceDecl *NSDecl = in collectFunctionDeclProps() local4268 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()6151 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() local6152 if (!NSDecl->isAnonymousNamespace() || in EmitUsingDirective()6159 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()6248 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace() argument6252 auto I = NamespaceCache.find(NSDecl); in getOrCreateNamespace()6256 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()[all …]
4822 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() : in performQualifiedLookups() local4824 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo()) in performQualifiedLookups()
9333 if (const NamespaceDecl *NSDecl = in IsInfinityFunction() local9335 return NSDecl->isStdNamespace(); in IsInfinityFunction()