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

  /external/clang/include/clang/Sema/
Template.h 339 Decl *VisitTypeAliasDecl(TypeAliasDecl *D);
  /external/clang/lib/AST/
DeclPrinter.cpp 51 void VisitTypeAliasDecl(TypeAliasDecl *D);
325 void DeclPrinter::VisitTypeAliasDecl(TypeAliasDecl *D) {
ASTImporter.cpp 108 Decl *VisitTypeAliasDecl(TypeAliasDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 122 void VisitTypeAliasDecl(TypeAliasDecl *TD);
275 void ASTDeclReader::VisitTypeAliasDecl(TypeAliasDecl *TD) {
    [all...]
ASTWriterDecl.cpp 58 void VisitTypeAliasDecl(TypeAliasDecl *D);
194 void ASTDeclWriter::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 277 bool VisitTypeAliasDecl(TypeAliasDecl *D);
600 bool CursorVisitor::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 189 Decl *TemplateDeclInstantiator::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]

Completed in 77 milliseconds