Home
last modified time | relevance | path

Searched refs:ToD (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp84 NamedDecl *&ToD, SourceLocation &Loc);
85 void ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD = nullptr);
1885 NamedDecl *&ToD, in ImportDeclParts() argument
1906 ToD = cast_or_null<NamedDecl>(Importer.GetAlreadyImportedOrNull(D)); in ImportDeclParts()
1910 void ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded() argument
1914 if (!ToD) { in ImportDefinitionIfNeeded()
1915 ToD = Importer.Import(FromD); in ImportDefinitionIfNeeded()
1916 if (!ToD) in ImportDefinitionIfNeeded()
1921 if (RecordDecl *ToRecord = cast_or_null<RecordDecl>(ToD)) { in ImportDefinitionIfNeeded()
1930 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded()
[all …]
/external/clang/lib/Frontend/
DASTMerge.cpp69 Decl *ToD = Importer.Import(D); in ExecuteAction() local
71 if (ToD) { in ExecuteAction()
72 DeclGroupRef DGR(ToD); in ExecuteAction()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2983 Decl *ToD) { in inheritDefaultTemplateArgument() argument
2984 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()