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);
208 void ASTDeclWriter::VisitTypeDecl(TypeDecl *D) {
216 VisitTypeDecl(D);
247 VisitTypeDecl(D);
    [all...]
ASTReaderDecl.cpp 235 void VisitTypeDecl(TypeDecl *TD);
451 void ASTDeclReader::VisitTypeDecl(TypeDecl *TD) {
460 VisitTypeDecl(TD);
480 VisitTypeDecl(TD);
    [all...]

Completed in 249 milliseconds