Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10246 auto ImportLoop = [&](const APValue *From, APValue *To, unsigned Size) { in ImportAPValue() local
10266 ImportLoop(((const APValue::Vec *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()
10273 ImportLoop(((const APValue::Arr *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()
10280 ImportLoop( in ImportAPValue()