Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1955 for (const auto &FromCapture : FromCXXRD->captures()) { in ImportDefinition() local
1956 if (auto ToCaptureOrErr = import(FromCapture)) in ImportDefinition()