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

  /external/clang/tools/libclang/
CursorVisitor.h 198 bool VisitTypeAliasDecl(TypeAliasDecl *D);
CIndex.cpp 643 bool CursorVisitor::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 50 void VisitTypeAliasDecl(TypeAliasDecl *D);
344 void DeclPrinter::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
ASTDumper.cpp 210 void VisitTypeAliasDecl(const TypeAliasDecl *D);
973 void ASTDumper::VisitTypeAliasDecl(const TypeAliasDecl *D) {
    [all...]
ASTImporter.cpp 136 Decl *VisitTypeAliasDecl(TypeAliasDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 61 void VisitTypeAliasDecl(TypeAliasDecl *D);
214 void ASTDeclWriter::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 224 void VisitTypeAliasDecl(TypeAliasDecl *TD);
442 void ASTDeclReader::VisitTypeAliasDecl(TypeAliasDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 273 Decl *TemplateDeclInstantiator::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]

Completed in 293 milliseconds