Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp2029 for (const auto &FromCapture : FromCXXRD->captures()) { in ImportDefinition() local
2030 if (auto ToCaptureOrErr = import(FromCapture)) in ImportDefinition()