HomeSort by relevance Sort by last modified time
    Searched defs:VisitNamespaceDecl (Results 1 - 9 of 9) sorted by null

  /external/clang/tools/libclang/
IndexDecl.cpp 250 bool VisitNamespaceDecl(const NamespaceDecl *D) {
CIndex.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 79 void VisitNamespaceDecl(const NamespaceDecl *D);
301 void USRGenerator::VisitNamespaceDecl(const NamespaceDecl *D) {
  /external/clang/lib/AST/
DeclPrinter.cpp 64 void VisitNamespaceDecl(NamespaceDecl *D);
744 void DeclPrinter::VisitNamespaceDecl(NamespaceDecl *D) {
    [all...]
ASTDumper.cpp 426 void VisitNamespaceDecl(const NamespaceDecl *D);
    [all...]
ASTImporter.cpp 134 Decl *VisitNamespaceDecl(NamespaceDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 55 void VisitNamespaceDecl(NamespaceDecl *D);
    [all...]
ASTReaderDecl.cpp 263 void VisitNamespaceDecl(NamespaceDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 305 TemplateDeclInstantiator::VisitNamespaceDecl(NamespaceDecl *D) {
    [all...]

Completed in 527 milliseconds