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

  /external/clang/lib/Frontend/
ASTMerge.cpp 69 Decl *ToD = Importer.Import(D);
71 if (ToD) {
72 DeclGroupRef DGR(ToD);
  /external/clang/lib/AST/
ASTImporter.cpp 84 NamedDecl *&ToD, SourceLocation &Loc);
85 void ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD = nullptr);
    [all...]

Completed in 550 milliseconds