Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4274 for (auto *FromP : D->parameters()) { in VisitObjCMethodDecl() local
4275 if (Expected<ParmVarDecl *> ToPOrErr = import(FromP)) in VisitObjCMethodDecl()