HomeSort by relevance Sort by last modified time
    Searched refs:UsingShadowDecl (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
DeclBase.cpp 146 if (const UsingShadowDecl *UD = dyn_cast<UsingShadowDecl>(this))
    [all...]
DeclPrinter.cpp 81 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
ExprCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ASTContext.h 80 class UsingShadowDecl;
329 llvm::DenseMap<UsingShadowDecl*, UsingShadowDecl*>
573 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
574 UsingShadowDecl *Pattern);
575 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/include/clang/Sema/
Template.h 417 Decl *VisitUsingShadowDecl(UsingShadowDecl *D);
Sema.h 163 class UsingShadowDecl;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp 826 // cannot be overloaded with. This decl may be a UsingShadowDecl on
862 if (isa<UsingShadowDecl>(OldD)) {
869 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
883 HideUsingShadowDecl(S, cast<UsingShadowDecl>(*I));
893 HideUsingShadowDecl(S, cast<UsingShadowDecl>(*I));
    [all...]
SemaLookup.cpp     [all...]
SemaAccess.cpp     [all...]
SemaCodeComplete.cpp 778 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
890 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 262 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
ASTWriterDecl.cpp 96 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 269 if (isa<UsingShadowDecl>(ND))
    [all...]

Completed in 2042 milliseconds

1 2