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 106 enum ExprObjectKind {
  /external/clang/include/clang/AST/
Expr.h 107 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
409 ExprObjectKind getObjectKind() const {
410 return static_cast<ExprObjectKind>(ExprBits.ObjectKind);
414 ExprObjectKind OK = getObjectKind();
422 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
819 ExprObjectKind OK = OK_Ordinary,
    [all...]
ExprObjC.h 560 ExprValueKind VK, ExprObjectKind OK,
572 ExprValueKind VK, ExprObjectKind OK,
583 QualType T, ExprValueKind VK, ExprObjectKind OK,
594 QualType T, ExprValueKind VK, ExprObjectKind OK,
604 QualType T, ExprValueKind VK, ExprObjectKind OK,
794 ExprValueKind VK, ExprObjectKind OK,
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 418 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 2845 milliseconds