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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp171 if (const NamespaceDecl *NSDecl = dyn_cast<NamespaceDecl>(Context))
172 return getOrCreateNameSpace(NSDecl);
2440 if (const NamespaceDecl *NSDecl =
2442 FDContext = getOrCreateNameSpace(NSDecl);
3428 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); local
3429 if (!NSDecl->isAnonymousNamespace() ||
3433 getOrCreateNameSpace(NSDecl),
3488 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { argument
3489 NSDecl = NSDecl
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3996 if (CXXRecordDecl *NSDecl = NSType ? NSType->getAsCXXRecordDecl() :
3998 if (NSDecl->getIdentifier() == QR.getCorrectionAsIdentifierInfo())

Completed in 112 milliseconds