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);
285 void USRGenerator::VisitNamespaceDecl(const NamespaceDecl *D) {
  /external/clang/lib/AST/
DeclPrinter.cpp 64 void VisitNamespaceDecl(NamespaceDecl *D);
730 void DeclPrinter::VisitNamespaceDecl(NamespaceDecl *D) {
    [all...]
ASTDumper.cpp 250 void VisitNamespaceDecl(const NamespaceDecl *D);
    [all...]
ASTImporter.cpp 133 Decl *VisitNamespaceDecl(NamespaceDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 55 void VisitNamespaceDecl(NamespaceDecl *D);
    [all...]
ASTReaderDecl.cpp 232 void VisitNamespaceDecl(NamespaceDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 224 TemplateDeclInstantiator::VisitNamespaceDecl(NamespaceDecl *D) {
    [all...]

Completed in 43 milliseconds