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 59 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
358 ExprObjectKind getObjectKind() const {
359 return static_cast<ExprObjectKind>(ExprBits.ObjectKind);
363 ExprObjectKind OK = getObjectKind();
371 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
688 ExprObjectKind OK = OK_Ordinary,
    [all...]
ExprObjC.h 543 ExprValueKind VK, ExprObjectKind OK,
555 ExprValueKind VK, ExprObjectKind OK,
566 QualType T, ExprValueKind VK, ExprObjectKind OK,
577 QualType T, ExprValueKind VK, ExprObjectKind OK,
587 QualType T, ExprValueKind VK, ExprObjectKind OK,
779 ExprValueKind VK, ExprObjectKind OK,
    [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 110 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 328 E->setObjectKind(static_cast<ExprObjectKind>(Record[Idx++]));
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 105 milliseconds