Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp9146 auto ImportLoop = [&](const APValue *From, APValue *To, unsigned Size) { in ImportAPValue() local
9166 ImportLoop(((const APValue::Vec *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()
9173 ImportLoop(((const APValue::Arr *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()
9180 ImportLoop( in ImportAPValue()