HomeSort by relevance Sort by last modified time
    Searched refs:VK_LValue (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/include/clang/Basic/
Specifiers.h 103 VK_LValue,
  /external/clang/lib/Analysis/
BodyFarm.cpp 118 /* VK = */ VK_LValue);
124 VK_LValue, OK_Ordinary, SourceLocation());
ThreadSafety.cpp 521 DeclRefExpr SelfDRE(SelfDecl, false, SelfDecl->getType(), VK_LValue,
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaFixItUtils.cpp 99 S, Begin, VK_LValue);
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp 46 VK_LValue, Loc, LocInfo);
    [all...]
SemaPseudoObject.cpp 440 VK_LValue, OK_Ordinary, opcLoc);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 272 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
362 : Expr(DependentScopeDeclRefExprClass, T, VK_LValue, OK_Ordinary,
    [all...]
ExprClassification.cpp 56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
94 case VK_LValue:
ASTDumper.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 352 : Expr(ObjCEncodeExprClass, T, VK_LValue, OK_Ordinary,
471 Expr(ObjCIvarRefExprClass, t, VK_LValue, OK_Ordinary,
    [all...]
ExprCXX.h 488 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
498 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
574 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary,
581 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary,
    [all...]
Expr.h 250 bool isLValue() const { return getValueKind() == VK_LValue; }
396 ? VK_LValue
398 ? VK_LValue : VK_XValue));
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGDecl.cpp 416 Var.getType(), VK_LValue, SourceLocation());
433 Var.getType(), VK_LValue, SourceLocation());
    [all...]
CGBlocks.cpp 787 VK_LValue, SourceLocation());
837 VK_LValue, SourceLocation());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 38 case VK_LValue:
    [all...]

Completed in 269 milliseconds

1 2