HomeSort by relevance Sort by last modified time
    Searched refs:UsingDecl (Results 1 - 24 of 24) sorted by null

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
StmtDumper.cpp 287 } else if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) {
DeclPrinter.cpp 80 void VisitUsingDecl(UsingDecl *D);
1050 void DeclPrinter::VisitUsingDecl(UsingDecl *D) {
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 249 bool VisitUsingDecl(UsingDecl *D) {
254 for (UsingDecl::shadow_iterator
CursorVisitor.h 235 bool VisitUsingDecl(UsingDecl *D);
CIndex.cpp     [all...]
CIndexUSRs.cpp 94 void VisitUsingDecl(UsingDecl *D) {
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 44 class UsingDecl;
    [all...]
ASTContext.h 79 class UsingDecl;
304 /// \brief Keeps track of the declaration from which a UsingDecl was
307 /// The source declaration is always a UsingDecl, an UnresolvedUsingValueDecl,
325 /// This mapping will contain an entry that maps from the UsingDecl in
327 llvm::DenseMap<UsingDecl *, NamedDecl *> InstantiatedFromUsingDecl;
567 NamedDecl *getInstantiatedFromUsingDecl(UsingDecl *Inst);
571 void setInstantiatedFromUsingDecl(UsingDecl *Inst, NamedDecl *Pattern);
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 520 /// usingDecl()
522 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDecl> usingDecl;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp 500 if (isa<UsingDecl>(ND))
    [all...]
SemaOverload.cpp 900 } else if (isa<UsingDecl>(OldD)) {
    [all...]
  /external/clang/include/clang/Sema/
Template.h 416 Decl *VisitUsingDecl(UsingDecl *D);
Sema.h 162 class UsingDecl;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 95 void VisitUsingDecl(UsingDecl *D);
    [all...]
ASTReaderDecl.cpp 261 void VisitUsingDecl(UsingDecl *D);
    [all...]

Completed in 1034 milliseconds