Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp85 NamedDecl *&ToD, SourceLocation &Loc);
86 void ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD = nullptr);
2001 NamedDecl *&ToD, in ImportDeclParts() argument
2022 ToD = cast_or_null<NamedDecl>(Importer.GetAlreadyImportedOrNull(D)); in ImportDeclParts()
2026 void ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded() argument
2030 if (!ToD) { in ImportDefinitionIfNeeded()
2031 ToD = Importer.Import(FromD); in ImportDefinitionIfNeeded()
2032 if (!ToD) in ImportDefinitionIfNeeded()
2037 if (RecordDecl *ToRecord = cast_or_null<RecordDecl>(ToD)) { in ImportDefinitionIfNeeded()
2046 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.cpp3098 Decl *ToD) { in inheritDefaultTemplateArgument() argument
3099 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()