Searched refs:shouldBindAsLValue (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CodeGenFunction.h | 795 static bool shouldBindAsLValue(const Expr *expr) { function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData 809 if (shouldBindAsLValue(ov)) 817 assert(shouldBindAsLValue(ov)); 825 assert(!shouldBindAsLValue(ov)); 859 static bool shouldBindAsLValue(const Expr *expr) { function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMapping 860 return OpaqueValueMappingData::shouldBindAsLValue(expr); 1721 assert(OpaqueValueMapping::shouldBindAsLValue(e)); 1732 assert(!OpaqueValueMapping::shouldBindAsLValue(e)); |
H A D | CGObjC.cpp | 2559 assert(!OVMA::shouldBindAsLValue(ov)); |
H A D | CGExpr.cpp | 3495 assert(OpaqueValueMappingData::shouldBindAsLValue(e)); |
Completed in 244 milliseconds