Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4820 for (auto *FromP : D->parameters()) { in VisitObjCMethodDecl() local
4821 if (Expected<ParmVarDecl *> ToPOrErr = import(FromP)) in VisitObjCMethodDecl()