Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/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()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp187 llvm::Value *keyValue = EmitScalarExpr(Key); in EmitObjCCollectionLiteral() local
188 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
197 NeededObjects.push_back(keyValue); in EmitObjCCollectionLiteral()