Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9658 auto ImportLoop = [&](const APValue *From, APValue *To, unsigned Size) { in ImportAPValue() local
9678 ImportLoop(((const APValue::Vec *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()
9685 ImportLoop(((const APValue::Arr *)(const char *)&FromValue.Data)->Elts, in ImportAPValue()
9692 ImportLoop( in ImportAPValue()