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);
173 void ASTDeclWriter::VisitTypeDecl(TypeDecl *D) {
181 VisitTypeDecl(D);
209 VisitTypeDecl(D);
    [all...]
ASTReaderDecl.cpp 223 void VisitTypeDecl(TypeDecl *TD);
401 void ASTDeclReader::VisitTypeDecl(TypeDecl *TD) {
410 VisitTypeDecl(TD);
426 VisitTypeDecl(TD);
    [all...]

Completed in 17 milliseconds