Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1566 if (ToD) in ImportDeclParts()
2168 if (ToD) in VisitNamespaceDecl()
2284 if (ToD) in VisitTypedefNameDecl()
2427 if (ToD) in VisitLabelDecl()
2466 if (ToD) in VisitEnumDecl()
2578 if (ToD) in VisitRecordDecl()
2801 if (ToD) in VisitEnumConstantDecl()
2968 if (ToD) in VisitFunctionDecl()
3256 if (ToD) in VisitFieldDecl()
3341 if (ToD) in VisitIndirectFieldDecl()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp69 Decl *ToD = Importer.Import(D); in ExecuteAction() local
71 if (ToD) { in ExecuteAction()
72 DeclGroupRef DGR(ToD); in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h139 void AddToLookupTable(Decl *ToD);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3514 Decl *ToD) { in inheritDefaultTemplateArgument() argument
3515 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()