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

  /external/clang/lib/AST/
DeclPrinter.cpp 59 void VisitTypeAliasDecl(TypeAliasDecl *D);
393 void DeclPrinter::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
ASTDumper.cpp 446 void VisitTypeAliasDecl(const TypeAliasDecl *D);
    [all...]
ASTImporter.cpp 143 Decl *VisitTypeAliasDecl(TypeAliasDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 69 void VisitTypeAliasDecl(TypeAliasDecl *D);
386 void ASTDeclWriter::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 274 void VisitTypeAliasDecl(TypeAliasDecl *TD);
630 void ASTDeclReader::VisitTypeAliasDecl(TypeAliasDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 551 Decl *TemplateDeclInstantiator::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 681 bool CursorVisitor::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]

Completed in 446 milliseconds