Home
last modified time | relevance | path

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

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