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);
182 void ASTDeclWriter::VisitTypeDecl(TypeDecl *D) {
190 VisitTypeDecl(D);
221 VisitTypeDecl(D);
    [all...]
ASTReaderDecl.cpp 221 void VisitTypeDecl(TypeDecl *TD);
419 void ASTDeclReader::VisitTypeDecl(TypeDecl *TD) {
428 VisitTypeDecl(TD);
448 VisitTypeDecl(TD);
    [all...]

Completed in 58 milliseconds