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

  /external/clang/include/clang/Basic/
Specifiers.h 105 enum ExprObjectKind {
  /external/clang/include/clang/AST/
Expr.h 60 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
363 ExprObjectKind getObjectKind() const {
364 return static_cast<ExprObjectKind>(ExprBits.ObjectKind);
368 ExprObjectKind OK = getObjectKind();
376 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
719 ExprObjectKind OK = OK_Ordinary,
    [all...]
ExprObjC.h 547 ExprValueKind VK, ExprObjectKind OK,
559 ExprValueKind VK, ExprObjectKind OK,
570 QualType T, ExprValueKind VK, ExprObjectKind OK,
581 QualType T, ExprValueKind VK, ExprObjectKind OK,
591 QualType T, ExprValueKind VK, ExprObjectKind OK,
783 ExprValueKind VK, ExprObjectKind OK,
    [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 111 void DumpObjectKind(ExprObjectKind K) {
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 817 ExprValueKind VK, ExprObjectKind OK,
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 337 E->setObjectKind(static_cast<ExprObjectKind>(Record[Idx++]));
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 416 milliseconds