Searched defs:VK_LValue (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DSpecifiers.h101 VK_LValue, enumerator in enum:clang::ExprValueKind
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp803 VK_LValue, SourceLocation()); local
871 type, VK_LValue, SourceLocation()); local
H A DCGDecl.cpp477 Var.getType(), VK_LValue, SourceLocation()); variable
495 Var.getType(), VK_LValue, SourceLocation()); variable
632 if (srcExpr->getValueKind() == VK_LValue) {
H A DCGStmtOpenMP.cpp374 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); local
483 VK_LValue, (*IRef)->getExprLoc()); local
544 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
792 IRef->getType(), VK_LValue, IRef->getExprLoc());
986 VD->getInit()->getType(), VK_LValue,
1016 (*IC)->getType(), VK_LValue, (*IC)->getExprLoc()); local
1168 (*IC)->getType(), VK_LValue, (*IC)->getExprLoc()); local
1652 OpaqueValueExpr IVRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue);
1654 OpaqueValueExpr UBRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue);
H A DCGObjC.cpp1052 VK_LValue, SourceLocation());
1098 VK_LValue, SourceLocation());
1274 VK_LValue, SourceLocation());
1284 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation());
1446 Self->getType(), VK_LValue, SourceLocation());
1632 VK_LValue, SourceLocation()); local
2955 VK_LValue, OK_Ordinary, SourceLocation());
2960 VK_LValue, OK_Ordinary, SourceLocation());
2966 VK_LValue, SourceLocation(), false);
3036 VK_LValue, OK_Ordinar
[all...]

Completed in 127 milliseconds