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

  /external/clang/tools/libclang/
CursorVisitor.h 198 bool VisitTypeAliasDecl(TypeAliasDecl *D);
CIndex.cpp 640 bool CursorVisitor::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
  /external/clang/include/clang/Sema/
Template.h 399 Decl *VisitTypeAliasDecl(TypeAliasDecl *D);
  /external/clang/lib/AST/
DeclPrinter.cpp 50 void VisitTypeAliasDecl(TypeAliasDecl *D);
341 void DeclPrinter::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
ASTDumper.cpp 205 void VisitTypeAliasDecl(const TypeAliasDecl *D);
899 void ASTDumper::VisitTypeAliasDecl(const TypeAliasDecl *D) {
    [all...]
ASTImporter.cpp 131 Decl *VisitTypeAliasDecl(TypeAliasDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 61 void VisitTypeAliasDecl(TypeAliasDecl *D);
204 void ASTDeclWriter::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 224 void VisitTypeAliasDecl(TypeAliasDecl *TD);
420 void ASTDeclReader::VisitTypeAliasDecl(TypeAliasDecl *TD) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 266 Decl *TemplateDeclInstantiator::VisitTypeAliasDecl(TypeAliasDecl *D) {
    [all...]

Completed in 32 milliseconds