HomeSort by: relevance | last modified time | path
    Searched refs:USD (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/nvi/docs/
Makefile 4 SUBDIR.roff= USD.doc
  /src/usr.bin/dc/
Makefile 12 SUBDIR.roff+=USD.doc
  /src/games/rogue/
Makefile 15 SUBDIR.roff+=USD.doc
  /src/games/trek/
Makefile 18 SUBDIR.roff+=USD.doc
  /src/bin/csh/
Makefile 55 SUBDIR.roff+=USD.doc
  /src/usr.bin/mail/
Makefile 77 SUBDIR.roff+= USD.doc
  /src/bin/sh/
Makefile 92 SUBDIR.roff+=USD.doc
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 661 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) {
662 NamedDecl *Target = USD->getUnderlyingDecl();
664 S.Diag(USD->getLocation(), diag::err_export_using_internal) << Target;
SemaLookup.cpp 3396 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D))
3397 D = USD->getTargetDecl();
3595 if (auto *USD = dyn_cast<UsingShadowDecl>(D))
3596 Underlying = USD->getTargetDecl();
SemaOpenMP.cpp 16020 if (auto *USD = dyn_cast<UsingShadowDecl>(D))
16021 Underlying = USD->getTargetDecl();
16031 if (auto *USD = dyn_cast<UsingShadowDecl>(D))
16032 Underlying = USD->getTargetDecl();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h 237 void VisitUsingShadowDecl(const UsingShadowDecl *USD);
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 759 void JSONNodeDumper::VisitUsingShadowDecl(const UsingShadowDecl *USD) {
760 JOS.attribute("target", createBareDeclRef(USD->getTargetDecl()));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 4972 const UsingShadowDecl &USD = **UD.shadow_begin();
4978 if (const auto *FD = dyn_cast<FunctionDecl>(USD.getUnderlyingDecl()))
4984 getDeclarationOrDefinition(USD.getUnderlyingDecl())) {
4985 auto Loc = USD.getLocation();
4987 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target,

Completed in 66 milliseconds