Home
last modified time | relevance | path

Searched defs:ToDecl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp718 auto *ToDecl = cast<T>(*ToDeclOrError); in importDefinitionImpl() local
/external/clang/lib/AST/
DASTImporter.cpp1774 TypedefNameDecl *ToDecl in VisitTypedefType() local
1859 RecordDecl *ToDecl in VisitRecordType() local
1868 EnumDecl *ToDecl in VisitEnumType() local
DASTDiagnostic.cpp1125 TemplateDecl *ToDecl = GetTemplateDecl(ToIter); in DiffTemplateTemplates() local
/external/llvm-project/clang/lib/AST/
DASTDiagnostic.cpp1165 TemplateDecl *ToDecl = GetTemplateDecl(ToIter); in DiffTemplateTemplates() local
DASTImporter.cpp6522 auto ToDecl = importChecked(Err, E->getDecl()); in VisitDeclRefExpr() local
7436 auto ToDecl = importChecked(Err, E->getFoundDecl().getDecl()); in VisitMemberExpr() local
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp3768 auto *ToDecl = FirstDeclMatcher<ClassTemplateDecl>().match( in TEST_P() local