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 157 if (const UsingShadowDecl *UD = dyn_cast<UsingShadowDecl>(this))
    [all...]
DeclPrinter.cpp 84 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
ExprCXX.cpp     [all...]
ASTDumper.cpp 228 void VisitUsingShadowDecl(const UsingShadowDecl *D);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ASTContext.h 68 class UsingShadowDecl;
339 llvm::DenseMap<UsingShadowDecl*, UsingShadowDecl*>
651 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
652 UsingShadowDecl *Pattern);
653 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp 874 // cannot be overloaded with. This decl may be a UsingShadowDecl on
910 if (isa<UsingShadowDecl>(OldD)) {
917 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
932 HideUsingShadowDecl(S, cast<UsingShadowDecl>(*I));
942 HideUsingShadowDecl(S, cast<UsingShadowDecl>(*I));
    [all...]
SemaLookup.cpp     [all...]
SemaAccess.cpp     [all...]
SemaCodeComplete.cpp 825 if (const UsingShadowDecl *Using =
826 dyn_cast<UsingShadowDecl>(R.Declaration)) {
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 275 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
ASTWriterDecl.cpp 101 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 174 class UsingShadowDecl;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 284 if (isa<UsingShadowDecl>(ND))
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 1704 milliseconds

1 2