reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
  119   Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
  421   ExprObjectKind getObjectKind() const {
  426     ExprObjectKind OK = getObjectKind();
  434   void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
 1056                   ExprObjectKind OK = OK_Ordinary,
 2028                 ExprObjectKind OK, SourceLocation l, bool CanOverflow)
 2445                      ExprValueKind VK, ExprObjectKind OK,
 2854              QualType T, ExprValueKind VK, ExprObjectKind OK,
 2867                             QualType T, ExprValueKind VK, ExprObjectKind OK,
 2875                                     ExprObjectKind OK) {
 3417                  ExprValueKind VK, ExprObjectKind OK,
 3602                  ExprValueKind VK, ExprObjectKind OK,
 3634                          ExprValueKind VK, ExprObjectKind OK,
 3671                               ExprValueKind VK, ExprObjectKind OK,
 3715                       QualType t, ExprValueKind VK, ExprObjectKind OK)
 3796                             QualType t, ExprValueKind VK, ExprObjectKind OK)
 4051              ExprValueKind VK, ExprObjectKind OK,
 4109              QualType t, ExprValueKind VK, ExprObjectKind OK,
 5611              ExprValueKind VK, ExprObjectKind OK,
tools/clang/include/clang/AST/ExprCXX.h
  950                           ExprObjectKind OK, SourceLocation RBracketLoc)
tools/clang/include/clang/AST/ExprObjC.h
  649                       ExprValueKind VK, ExprObjectKind OK,
  660                       ExprValueKind VK, ExprObjectKind OK,
  671                       QualType T, ExprValueKind VK, ExprObjectKind OK,
  682                       QualType T, ExprValueKind VK, ExprObjectKind OK,
  692                       QualType T, ExprValueKind VK, ExprObjectKind OK,
  863                        ExprValueKind VK, ExprObjectKind OK,
tools/clang/include/clang/AST/ExprOpenMP.h
   52                       ExprValueKind VK, ExprObjectKind OK,
tools/clang/include/clang/Sema/Sema.h
 4753                   ExprValueKind VK, ExprObjectKind OK,
 4761                   ExprValueKind VK, ExprObjectKind OK,
 9353                                    ExprObjectKind OK, SourceLocation Loc);
10430     ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc);
10433     ExprValueKind &VK, ExprObjectKind &OK, SourceLocation questionLoc);
tools/clang/lib/AST/ASTImporter.cpp
 6209   ExprObjectKind OK = E->getObjectKind();
tools/clang/lib/AST/Expr.cpp
 1642                        ExprValueKind VK, ExprObjectKind OK,
 1664     QualType T, ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR) {
tools/clang/lib/Sema/SemaChecking.cpp
 5960   ExprObjectKind OK = OK_Ordinary;
tools/clang/lib/Sema/SemaExpr.cpp
 4618   ExprObjectKind OK = OK_Ordinary;
 5755   ExprObjectKind OK = OK_Ordinary;
 7865   ExprObjectKind OK = OK_Ordinary;
12116                                                ExprObjectKind &OK,
12827   ExprObjectKind OK = OK_Ordinary;
13455   ExprObjectKind OK = OK_Ordinary;
14044   ExprObjectKind OK = OK_Ordinary;
tools/clang/lib/Sema/SemaExprMember.cpp
  900     QualType Ty, ExprValueKind VK, ExprObjectKind OK,
  913     QualType Ty, ExprValueKind VK, ExprObjectKind OK,
 1765   ExprObjectKind OK = OK_Ordinary;