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

1 2

  /external/clang/include/clang/Basic/
Specifiers.h 95 VK_LValue,
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaFixItUtils.cpp 99 S, Begin, VK_LValue);
SemaStmt.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp 45 VK_LValue, Loc, LocInfo);
    [all...]
SemaPseudoObject.cpp 429 VK_LValue, OK_Ordinary, opcLoc);
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 44 case VK_LValue:
71 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
ExprCXX.cpp 257 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
347 : Expr(DependentScopeDeclRefExprClass, T, VK_LValue, OK_Ordinary,
    [all...]
StmtDumper.cpp 107 case VK_LValue: OS << " lvalue"; break;
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 346 : Expr(ObjCEncodeExprClass, T, VK_LValue, OK_Ordinary,
471 Expr(ObjCIvarRefExprClass, t, VK_LValue, OK_Ordinary,
    [all...]
ExprCXX.h 474 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
484 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
559 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary,
566 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary,
    [all...]
Expr.h 203 bool isLValue() const { return getValueKind() == VK_LValue; }
349 ? VK_LValue
351 ? VK_LValue : VK_XValue));
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGDecl.cpp 413 Var.getType(), VK_LValue, SourceLocation());
430 Var.getType(), VK_LValue, SourceLocation());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 36 case VK_LValue:
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]

Completed in 639 milliseconds

1 2