HomeSort by relevance Sort by last modified time
    Searched refs:ExprObjectKind (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 113 enum ExprObjectKind {
  /external/clang/include/clang/AST/
Expr.h 107 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
410 ExprObjectKind getObjectKind() const {
411 return static_cast<ExprObjectKind>(ExprBits.ObjectKind);
415 ExprObjectKind OK = getObjectKind();
423 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
784 ExprObjectKind OK = OK_Ordinary,
    [all...]
ExprObjC.h 546 ExprValueKind VK, ExprObjectKind OK,
558 ExprValueKind VK, ExprObjectKind OK,
569 QualType T, ExprValueKind VK, ExprObjectKind OK,
580 QualType T, ExprValueKind VK, ExprObjectKind OK,
590 QualType T, ExprValueKind VK, ExprObjectKind OK,
780 ExprValueKind VK, ExprObjectKind OK,
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 809 ExprValueKind VK, ExprObjectKind OK,
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 335 E->setObjectKind(static_cast<ExprObjectKind>(Record[Idx++]));
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 61 milliseconds