Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3104 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef); in VisitRecordDecl() local
3105 assert(FoundCXX && "Record type mismatch"); in VisitRecordDecl()
3110 if (Error Err = ImportImplicitMethods(DCXX, FoundCXX)) in VisitRecordDecl()