HomeSort by: relevance | last modified time | path
    Searched defs:VK_LValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 949 type.getNonReferenceType(), VK_LValue,
1023 type, VK_LValue, SourceLocation());
CGObjC.cpp 1305 argVar->getType().getNonReferenceType(), VK_LValue,
1351 argVar->getType().getNonReferenceType(), VK_LValue,
1523 VK_LValue, SourceLocation());
1533 DeclRefExpr arg(getContext(), argDecl, false, argType, VK_LValue,
1695 Self->getType(), VK_LValue, SourceLocation());
1883 D->getType(), VK_LValue, SourceLocation());
3720 C, &DstExpr, UO_Deref, DestTy->getPointeeType(), VK_LValue, OK_Ordinary,
3725 C, &SrcExpr, UO_Deref, SrcTy->getPointeeType(), VK_LValue, OK_Ordinary,
3732 VK_LValue, SourceLocation(), FPOptionsOverride());
3805 C, &SrcExpr, UO_Deref, SrcTy->getPointeeType(), VK_LValue, OK_Ordinary
    [all...]
CGStmtOpenMP.cpp 92 VD->getType().getNonReferenceType(), VK_LValue, C.getLocation());
266 VD->getType().getNonReferenceType(), VK_LValue,
294 OrigDRE->getType(), VK_LValue, OrigDRE->getExprLoc());
841 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
993 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
1072 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
2106 VD->getInit()->getType(), VK_LValue,
2151 (*IC)->getType(), VK_LValue, (*IC)->getExprLoc());
2221 E->getType(), VK_LValue, E->getExprLoc());
2401 (*IPC)->getType(), VK_LValue, (*IPC)->getExprLoc())
    [all...]

Completed in 91 milliseconds