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

1 2

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ASTContext.h 68 class UsingShadowDecl;
345 llvm::DenseMap<UsingShadowDecl*, UsingShadowDecl*>
712 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
713 UsingShadowDecl *Pattern);
714 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
DeclPrinter.cpp 84 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
ASTDumper.cpp 283 void VisitUsingShadowDecl(const UsingShadowDecl *D);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp 880 // cannot be overloaded with. This decl may be a UsingShadowDecl on
916 if (isa<UsingShadowDecl>(OldD)) {
923 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
938 HideUsingShadowDecl(S, cast<UsingShadowDecl>(*I));
    [all...]
SemaLookup.cpp     [all...]
SemaAccess.cpp     [all...]
SemaCodeComplete.cpp 823 if (const UsingShadowDecl *Using =
824 dyn_cast<UsingShadowDecl>(R.Declaration)) {
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 289 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
ASTWriterDecl.cpp 101 void VisitUsingShadowDecl(UsingShadowDecl *D);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 178 class UsingShadowDecl;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 273 if (isa<UsingShadowDecl>(ND))
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 675 milliseconds

1 2