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

1 2

  /external/clang/include/clang/Basic/
Specifiers.h 95 VK_LValue,
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaFixItUtils.cpp 98 S, Begin, VK_LValue);
SemaStmt.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaPseudoObject.cpp 429 VK_LValue, OK_Ordinary, opcLoc);
    [all...]
SemaOverload.cpp 44 VK_LValue, Loc, LocInfo);
    [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 44 case VK_LValue:
71 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
ExprCXX.cpp 248 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
337 : Expr(DependentScopeDeclRefExprClass, T, VK_LValue, OK_Ordinary,
    [all...]
StmtDumper.cpp 106 case VK_LValue: OS << " lvalue"; break;
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 346 : Expr(ObjCEncodeExprClass, T, VK_LValue, OK_Ordinary,
467 Expr(ObjCIvarRefExprClass, t, VK_LValue, OK_Ordinary,
    [all...]
ExprCXX.h 457 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
467 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
538 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary,
545 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary,
    [all...]
Expr.h 201 bool isLValue() const { return getValueKind() == VK_LValue; }
344 ? VK_LValue
346 ? VK_LValue : VK_XValue));
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGDecl.cpp 406 Var.getType(), VK_LValue, SourceLocation());
423 Var.getType(), VK_LValue, SourceLocation());
    [all...]
CGBlocks.cpp 760 VK_LValue, SourceLocation());
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]

Completed in 1132 milliseconds

1 2