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

  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 58 void VisitTypeDecl(TypeDecl *D);
175 void ASTDeclWriter::VisitTypeDecl(TypeDecl *D) {
183 VisitTypeDecl(D);
211 VisitTypeDecl(D);
    [all...]
ASTReaderDecl.cpp 221 void VisitTypeDecl(TypeDecl *TD);
401 void ASTDeclReader::VisitTypeDecl(TypeDecl *TD) {
410 VisitTypeDecl(TD);
426 VisitTypeDecl(TD);
    [all...]

Completed in 101 milliseconds