Searched refs:OpaqueRValues (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h714 CGF.OpaqueRValues.insert(std::make_pair(ov, rv));
735 CGF.OpaqueRValues.erase(OpaqueValue);
841 llvm::DenseMap<const OpaqueValueExpr *, RValue> OpaqueRValues; member in class:clang::CodeGen::CodeGenFunction
1480 it = OpaqueRValues.find(e);
1481 assert(it != OpaqueRValues.end() && "no mapping for opaque value!");

Completed in 99 milliseconds