Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/split-file/
H A Dsplit-file.cpp118 for (auto &keyValue : partToBegin) { in handle() local
120 sys::path::append(partPath, output, keyValue.first); in handle()
130 Part &part = keyValue.second; in handle()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp184 llvm::Value *keyValue = EmitScalarExpr(Key); in EmitObjCCollectionLiteral() local
185 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
194 NeededObjects.push_back(keyValue); in EmitObjCCollectionLiteral()