Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Directory

1932   // original directory from which this AST file was created.
2041 // Resolve relative to the base directory, if we have one.
2393 if (M && M->Directory) {
2394 // If we're implicitly loading a module, the base directory can't
2399 if (!BuildDir || BuildDir != M->Directory) {
2402 << F.ModuleName << Blob << M->Directory->getName();
2406 F.BaseDirectory = M->Directory->getName();